mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
(fix) use proper values for short/long date formats
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user