mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: unify time stamp creations
Use iso time stamp in both mustach and html outputs. Effectively this is a removal of libc langinfo D_T_FMT format, that pulled a lot of gnulib stuff to project almost unnecessarily. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
ff3d9523e6
commit
6d737a7607
6 changed files with 36 additions and 67 deletions
16
lib/.gitignore
vendored
16
lib/.gitignore
vendored
|
|
@ -1,11 +1,6 @@
|
|||
/*.lo
|
||||
/*.o
|
||||
/.deps/
|
||||
/.gitignore~
|
||||
/.libs/
|
||||
/Makefile
|
||||
/Makefile.am
|
||||
/Makefile.in
|
||||
/_Noreturn.h
|
||||
/alloca.h
|
||||
/alloca.in.h
|
||||
|
|
@ -71,7 +66,6 @@
|
|||
/getprogname.c
|
||||
/getprogname.h
|
||||
/gettext.h
|
||||
/gettimeofday.c
|
||||
/hard-locale.c
|
||||
/hard-locale.h
|
||||
/inet_pton.c
|
||||
|
|
@ -81,16 +75,11 @@
|
|||
/isnanf.c
|
||||
/isnanl.c
|
||||
/itold.c
|
||||
/langinfo.h
|
||||
/langinfo.in.h
|
||||
/libdhcpd_pools.la
|
||||
/limits.h
|
||||
/limits.in.h
|
||||
/localcharset.c
|
||||
/localcharset.h
|
||||
/locale.h
|
||||
/locale.in.h
|
||||
/localeconv.c
|
||||
/localtime-buffer.c
|
||||
/localtime-buffer.h
|
||||
/lseek.c
|
||||
|
|
@ -113,7 +102,6 @@
|
|||
/msvc-nothrow.c
|
||||
/msvc-nothrow.h
|
||||
/netinet_in.in.h
|
||||
/nl_langinfo.c
|
||||
/nstrftime.c
|
||||
/pathmax.h
|
||||
/progname.c
|
||||
|
|
@ -133,7 +121,6 @@
|
|||
/stdalign.in.h
|
||||
/stdbool.in.h
|
||||
/stddef.in.h
|
||||
/stdint.h
|
||||
/stdint.in.h
|
||||
/stdio-impl.h
|
||||
/stdio.h
|
||||
|
|
@ -147,7 +134,6 @@
|
|||
/strerror-override.c
|
||||
/strerror-override.h
|
||||
/strerror.c
|
||||
/strftime.c
|
||||
/strftime.h
|
||||
/string.h
|
||||
/string.in.h
|
||||
|
|
@ -156,13 +142,11 @@
|
|||
/strtod.c
|
||||
/sys/socket.h
|
||||
/sys/stat.h
|
||||
/sys/time.h
|
||||
/sys/types.h
|
||||
/sys/uio.h
|
||||
/sys_socket.c
|
||||
/sys_socket.in.h
|
||||
/sys_stat.in.h
|
||||
/sys_time.in.h
|
||||
/sys_types.in.h
|
||||
/sys_uio.in.h
|
||||
/time-internal.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue