diff --git a/src/core/expandos.c b/src/core/expandos.c index 90288bf6..84c5e855 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -505,6 +505,7 @@ static void read_settings(void) strstr(timestamp_format, "%r") != NULL || strstr(timestamp_format, "%s") != NULL || strstr(timestamp_format, "%S") != NULL || + strstr(timestamp_format, "%X") != NULL || strstr(timestamp_format, "%T") != NULL; }