Commit 7ee3130c authored by mkanat%kerio.com's avatar mkanat%kerio.com

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
parent 203b6426
......@@ -52,7 +52,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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment