diff options
| author | gerv%gerv.net <> | 2002-07-27 01:16:34 +0000 |
|---|---|---|
| committer | gerv%gerv.net <> | 2002-07-27 01:16:34 +0000 |
| commit | 91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 (patch) | |
| tree | 4ebb1792ed4e2d42418152f89284608a56ecd620 /buglist.cgi | |
| parent | 65757d427b6a889511259145378eceb741662389 (diff) | |
| download | bugs-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.tar bugs-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.tar.gz bugs-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.tar.bz2 bugs-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.tar.xz bugs-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.zip | |
Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv.
Diffstat (limited to 'buglist.cgi')
| -rwxr-xr-x | buglist.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi index 7863dda3e..123e3d4b3 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1539,7 +1539,7 @@ if ($::FORM{'debug'}) { $vars->{'splitheader'} = $::COOKIE{'SPLITHEADER'} ? 1 : 0; $vars->{'quip'} = GetQuip(); -$vars->{'currenttime'} = time2str("%a %b %e %T %Z %Y", time()); +$vars->{'currenttime'} = time(); # The following variables are used when the user is making changes to multiple bugs. if ($dotweak) { |
