aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2020-04-24 07:19:59 +0200
committerReto Brunner <reto@labrat.space>2020-04-24 07:19:59 +0200
commit3fa9ae3edb0c2193ef333a77b710ccbe54ee4368 (patch)
tree128231dd9dcbaa4a2cabdccef2d818ecc279b6ff /templates
parent955b5c22b5dbd87630c385391e83c8f6f8df956c (diff)
downloadaerc-3fa9ae3edb0c2193ef333a77b710ccbe54ee4368.tar.gz
aerc-3fa9ae3edb0c2193ef333a77b710ccbe54ee4368.zip
templates/quoted_reply: fix incorrect timezone identifier
Diffstat (limited to 'templates')
-rw-r--r--templates/quoted_reply2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply
index 64db1b5f..84cac526 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 }}