X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fplog.c;h=4cc64a5ed346aec89563ab9bd086dc4c28a3ad29;hp=be6d09e313b4a2a8e7a2dc670f8687d7a1413e92;hb=12b0e2c57c55b4d3086ef920deda5400016339f2;hpb=cc8747204cb629baf970ae25d58c7c8eedc72bd6 diff --git a/src/plog.c b/src/plog.c index be6d09e..4cc64a5 100644 --- a/src/plog.c +++ b/src/plog.c @@ -84,7 +84,7 @@ static void vlogf(int lvl, const char *fmt, va_list ap) lvl_str = "[??]"; } - t = get_current_time_str(); + t = get_current_ISO8601_time(); if (!t) return ;