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


git-svn-id: svn://10.0.0.236/trunk@170974 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%kerio.com
2005-03-22 08:49:01 +00:00
parent 322c3e3e6f
commit 02587d83dc

View File

@@ -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>