From 3fa9ae3edb0c2193ef333a77b710ccbe54ee4368 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Fri, 24 Apr 2020 07:19:59 +0200 Subject: [PATCH] templates/quoted_reply: fix incorrect timezone identifier --- templates/quoted_reply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/quoted_reply b/templates/quoted_reply index 64db1b5..84cac52 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,2 +1,2 @@ -On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM PST"}}, {{(index .OriginalFrom 0).Name}} wrote: +On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: {{wrapText .OriginalText 72 | quote }}