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 ba742e3  Use UTC for compatibility with previous release
ba742e3 is described below

commit ba742e3a493db1b383465a287c5680dbd70caba4
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 18 00:38:04 2021 +0000

    Use UTC for compatibility with previous release
---
 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 5caa435..2637ccf 100644
--- a/webui/js/config.js
+++ b/webui/js/config.js
@@ -68,6 +68,6 @@ 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.
     title: "Apache Pony Mail"       // Default browser window title
 }

Reply via email to