From 22c087b525af0ae22fc834545344b4d55c3911d3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 29 Jan 2013 14:35:08 +0800 Subject: Bug 835351: timezones in html bugmail are the changer's timezone, not the recipient's --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 1162dfd50..e40c8239a 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -64,7 +64,7 @@ FILTER bug_link(bug, { comment_num => comment.count, full_url => 1 }) FILTER none %] on [% "$terms.Bug $bug.id" FILTER bug_link(bug, { full_url => 1 }) FILTER none %] from [% INCLUDE global/user.html.tmpl who = comment.author %] - at [% comment.creation_ts FILTER time %] + at [% comment.creation_ts FILTER time(undef, to_user.timezone) %] [% END %]
[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]
@@ -179,7 +179,7 @@ [% ELSE %] [% INCLUDE global/user.html.tmpl who = change.who %] changed [%+ "${terms.Bug} ${bug.id}" FILTER bug_link(bug, full_url => 1) FILTER none %] - at [% change.bug_when FILTER time %]:
+ at [% change.bug_when FILTER time(undef, to_user.timezone) %]:
[% END %] -- cgit v1.2.3-24-g4f1b