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
|
|
@ -277,6 +277,7 @@ extern int parse_color_mode(const char *restrict optarg);
|
|||
extern double strtod_or_err(const char *restrict str, const char *restrict errmesg);
|
||||
extern void __attribute__ ((noreturn)) print_version(void);
|
||||
extern void __attribute__ ((noreturn)) usage(int status);
|
||||
extern void dp_time_tool(FILE *file, const char *path, int epoch);
|
||||
|
||||
extern int (*parse_ipaddr) (struct conf_t *state, const char *restrict src,
|
||||
union ipaddr_t *restrict dst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue