Xinqi Bao's Git

corrected the time format
[slstatus.git] / config.def.h
index 5fb52b3..75858dd 100644 (file)
@@ -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" },
 };