diff options
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c index fd064f2..2f2dbec 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -439,7 +439,7 @@ void write_status(void) { unsetenv("TZ"); ptm = localtime(&now); - strftime(buff, sizeof(buff), "%Z %H:%M:%S %D", ptm); + strftime(buff, sizeof(buff), "%Z %H:%M:%S %Y-%m-%d", ptm); printf("%s", buff); fflush(stdout); |
