summaryrefslogtreecommitdiffstats
path: root/conf/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/conf.c b/conf/conf.c
index 7ffe8d1..bc0715a 100644
--- a/conf/conf.c
+++ b/conf/conf.c
@@ -80,6 +80,8 @@ config_alloc(byte *name)
cfg_mem = c->mem = l;
c->file_name = cfg_strdup(name);
c->load_time = now;
+ c->tf_base.fmt1 = c->tf_log.fmt1 = "%d-%m-%Y %T";
+
if (!boot_time)
boot_time = now;
return c;