This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fb8aeb  Default to UTC for compatibility with original
3fb8aeb is described below

commit 3fb8aeb927f670970bf4aae1e84603d4851e236c
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 10 14:25:28 2021 +0000

    Default to UTC for compatibility with original
    
    This fixes #122
---
 webui/js/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/js/config.js b/webui/js/config.js
index e0c08e4..5e415e9 100644
--- a/webui/js/config.js
+++ b/webui/js/config.js
@@ -71,7 +71,7 @@ var prefs = {
     hideStats: 'yes',               // Hide the email statistics window?
     theme: 'default',               // Set to 'social' to default to the 
social theme
     loggedIn: false,
-    UTC: false,                      // Use UTC for timestamps in UI. If 
false, use browser local time.
+    UTC: true,                      // Use UTC for timestamps in UI. If false, 
use browser local time.
 }
 
 // array of prefs we have now. This is needed in case we change/break the 
existing

Reply via email to