Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
fc5ae33
)
corrected the time format
author
Ali H. Fardan <
[email protected]
>
Sun, 21 Aug 2016 12:21:20 +0000
(15:21 +0300)
committer
Ali H. Fardan <
[email protected]
>
Sun, 21 Aug 2016 12:21:20 +0000
(15:21 +0300)
config.def.h
diff
|
blob
|
history
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
" },
};