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
commit eb5990e9bd7eb6e4e81a5ffd63054ae629d9557f Author: Sebb <[email protected]> AuthorDate: Fri Nov 26 13:40:56 2021 +0000 Regen JS --- webui/js/ponymail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js index e214db4..9b91df8 100644 --- a/webui/js/ponymail.js +++ b/webui/js/ponymail.js @@ -16,7 +16,7 @@ */ // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT THE source/ FILES! -const PONYMAIL_REVISION = "49337f6"; +const PONYMAIL_REVISION = "a24acd3"; @@ -3781,7 +3781,7 @@ async function render_email_chatty(state, json) { let when = new Date(json.epoch * 1000.0); let ldate = when.toISOString(); try { - ldate = "%s %s".format(when.toLocaleDateString('en-US', PONYMAIL_DATE_FORMAT), when.toLocaleTimeString()); + ldate = "%s %s".format(when.toLocaleDateString(undefined, PONYMAIL_DATE_FORMAT), when.toLocaleTimeString()); } catch (e) { }
