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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user