(fix) use proper values for short/long date formats

This commit is contained in:
Ludovic Marcotte
2015-07-29 19:10:03 -04:00
parent b73450e992
commit 0fc7c96924
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -51,8 +51,8 @@
SOGoTimeFormat = "%H:%M";
SOGoFirstDayOfWeek = 0;
SOGoFirstWeekOfYear = "January1";
SOGoShortDateFormat = "default";
SOGoLongDateFormat = "default";
SOGoShortDateFormat = "%d-%b-%y";
SOGoLongDateFormat = "%A, %B %d, %Y";
SOGoIMAPServer = "localhost";
SOGoMailDomain = "localhost";