From b8efeb2e72475378c7f58e1c8367f8b4da9b7efd Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Tue, 8 Dec 2015 12:23:38 +0900 Subject: Use local timezone for notification email Local timezone is better default than UTC because it is common that all users of a mattermost server live near the server. --- api/templates/post_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/templates') diff --git a/api/templates/post_body.html b/api/templates/post_body.html index 182134b1a..00d4a563d 100644 --- a/api/templates/post_body.html +++ b/api/templates/post_body.html @@ -18,7 +18,7 @@

You were mentioned

-

CHANNEL: {{.Props.ChannelName}}
{{.Props.SenderName}} - {{.Props.Hour}}:{{.Props.Minute}} GMT, {{.Props.Month}} {{.Props.Day}}

{{.Props.PostMessage}}

+

CHANNEL: {{.Props.ChannelName}}
{{.Props.SenderName}} - {{.Props.Hour}}:{{.Props.Minute}} {{.Props.TimeZone}}, {{.Props.Month}} {{.Props.Day}}

{{.Props.PostMessage}}

Go To Channel

-- cgit v1.2.3-1-g7c22