diff options
author | Ali H. Fardan <raiz@firemail.cc> | 2016-08-21 15:21:20 +0300 |
---|---|---|
committer | Ali H. Fardan <raiz@firemail.cc> | 2016-08-21 15:21:20 +0300 |
commit | 8e039b9dd2a7079d2b80a244d753eecf2feaa954 (patch) | |
tree | a0aca3064cc57c1f8212acb59b939686a7f64648 /config.def.h | |
parent | fc5ae33f95ce59b47040b23643aee9c36c012c4f (diff) |
corrected the time format
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 5fb52b3..75858dd 100644 --- a/config.def.h +++ b/config.def.h @@ -48,5 +48,5 @@ static const struct arg args[] = { { ram_perc, "ram %3s | ", NULL }, { vol_perc, "vol %4s | ", "default" }, { disk_perc, "ssd %3s | ", "/" }, - { datetime, "%s", "%y-%m-%d %H:%M:%S" }, + { datetime, "%s", "%F %T" }, }; |