1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

logger: change default time format to "%@%F %T.%fZ" (UTC)

This commit is contained in:
Sébastien Helleu
2025-08-30 20:25:49 +02:00
parent 1c09118fe1
commit 21a958423e
3 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -718,7 +718,7 @@ logger_config_init (void)
N_("timestamp used in log files (see man strftime for date/time "
"specifiers, extra specifiers are supported, see function "
"util_strftimeval in Plugin API reference)"),
NULL, 0, 0, "%Y-%m-%d %H:%M:%S", NULL, 0,
NULL, 0, 0, "%@%F %T.%fZ", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
}