diff options
author | Byron Jones <bjones@mozilla.com> | 2013-01-29 07:35:08 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-01-29 07:35:08 +0100 |
commit | 22c087b525af0ae22fc834545344b4d55c3911d3 (patch) | |
tree | a847507cdeb97fe22b870f3a5191ab695f02811d /extensions/BMO/template/en | |
parent | cae57f72c1bc2735149a8256c91852d59b741462 (diff) | |
download | bugzilla-22c087b525af0ae22fc834545344b4d55c3911d3.tar.gz bugzilla-22c087b525af0ae22fc834545344b4d55c3911d3.tar.xz |
Bug 835351: timezones in html bugmail are the changer's timezone, not the recipient's
Diffstat (limited to 'extensions/BMO/template/en')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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) %] </b> [% END %] <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre> @@ -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 %]</b>:<br> + at [% change.bug_when FILTER time(undef, to_user.timezone) %]</b>:<br> [% END %] </b> |