]> granicus.if.org Git - vnstat/commitdiff
use ISO date formats by default
authorTeemu Toivola <git@humdi.net>
Sat, 10 Mar 2018 23:44:14 +0000 (01:44 +0200)
committerTeemu Toivola <git@humdi.net>
Sat, 10 Mar 2018 23:44:14 +0000 (01:44 +0200)
cfg/vnstat.conf
src/common.h

index 343ce71d64abca0fdf33b67ec0665ad375f5011a..706bd314f7c7a3b2092bbaf6623e996db08331c7 100644 (file)
@@ -15,9 +15,9 @@ MonthRotate 1
 
 # date output formats for -d, -m, -t and -w
 # see 'man date' for control codes
-DayFormat    "%x"
-MonthFormat  "%b '%y"
-TopFormat    "%x"
+DayFormat    "%Y-%m-%d"
+MonthFormat  "%Y-%m"
+TopFormat    "%Y-%m-%d"
 
 # characters used for visuals
 RXCharacter       "%"
@@ -152,7 +152,7 @@ PidFile "/var/run/vnstat/vnstat.pid"
 ##
 
 # title timestamp format
-HeaderFormat "%x %H:%M"
+HeaderFormat "%Y-%m-%d %H:%M"
 
 # show hours with rate (1 = enabled, 0 = disabled)
 HourlyRate 1
index 4f5f1fcac3cd467f16b661b15263a850a085910c..3ecd019c5aec1b837fd077a98cc28e64320b6055 100644 (file)
@@ -74,11 +74,11 @@ and most can be changed later from the config file.
 #define MONTHROTATE 1
 
 /* date output formats for -d, -m, -t and image header*/
-/* see 'man date' for control codes       <1.8 values */
-#define DFORMAT "%x"                    /* "%d.%m." */
-#define MFORMAT "%b '%y"                /* "%b '%y" */
-#define TFORMAT "%x"                    /* "%d.%m.%y" */
-#define HFORMAT "%x %H:%M"              /* "%d.%m.%Y %H:%M" */
+/* see 'man date' for control codes      1.x values     <1.8 values */
+#define DFORMAT "%Y-%m-%d"             /* "%x"         "%d.%m." */
+#define MFORMAT "%Y-%m"                /* "%b '%y"     "%b '%y" */
+#define TFORMAT "%Y-%m-%d"             /* "%x"         "%d.%m.%y" */
+#define HFORMAT "%Y-%m-%d %H:%M"       /* "%x %H:%M"   "%d.%m.%Y %H:%M" */
 
 /* characters used for visuals */
 #define RXCHAR "%"