templates/quoted_reply: fix incorrect timezone identifier
This commit is contained in:
parent
955b5c22b5
commit
3fa9ae3edb
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue