aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-22 16:49:01 +0000
committermkanat%kerio.com <>2005-03-22 16:49:01 +0000
commitebbff5d58bc825b57b4cd870fcf1e3a481ee530c (patch)
tree14425e0f26a51667462eca956d5aa41fa612d387 /template
parentMinor fix for Bug 280911 checkin. (diff)
downloadbugzilla-ebbff5d58bc825b57b4cd870fcf1e3a481ee530c.tar.gz
bugzilla-ebbff5d58bc825b57b4cd870fcf1e3a481ee530c.tar.bz2
bugzilla-ebbff5d58bc825b57b4cd870fcf1e3a481ee530c.zip
Bug 194160: buglist.cgi has wrong time zone in datestamp at the top
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/list.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 5a3926c5e..c244b3f0c 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -51,7 +51,11 @@
%]
<div align="center">
- <b>[% time2str("%a %b %e %T %Z %Y", currenttime) %]</b><br>
+ [% IF Param('timezone') %]
+ <b>[% time2str("%a %b %e %Y %T %Z", currenttime, Param('timezone')) %]</b><br>
+ [% ELSE %]
+ <b>[% time2str("%a %b %e %Y %T", currenttime) %]</b><br>
+ [% END %]
[% IF debug %]
<p>[% query FILTER html %]</p>