Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
corrected the time format
[slstatus.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
5fb52b3
..
75858dd
100644
(file)
--- 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
" },
};