Browse Source

corrected the time format

Ali H. Fardan 9 years ago
parent
commit
8e039b9dd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.def.h

+ 1 - 1
config.def.h

@@ -48,5 +48,5 @@ static const struct arg args[] = {
 	{ ram_perc,     "ram %3s | ",   NULL },
 	{ ram_perc,     "ram %3s | ",   NULL },
 	{ vol_perc,     "vol %4s | ",   "default" },
 	{ vol_perc,     "vol %4s | ",   "default" },
 	{ disk_perc,    "ssd %3s | ",   "/" },
 	{ disk_perc,    "ssd %3s | ",   "/" },
-	{ datetime,     "%s",           "%y-%m-%d %H:%M:%S" },
+	{ datetime,     "%s",           "%F %T" },
 };
 };