Include seconds in the time

This commit is contained in:
Oliver Davies 2025-09-27 10:08:37 +01:00
parent bf80ead171
commit e80fbdeed3

View file

@ -18,7 +18,7 @@
{"", "status-weather", 600, 0}, {"", "status-weather", 600, 0},
{"", "date '+%a %d %b %Y %H:%M %Z'", 30, 0}, {"", "date '+%a %d %b %Y %H:%M:%S %Z'", 1, 0},
}; };
static char delim[] = " | "; static char delim[] = " | ";