From 91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 01:16:34 +0000 Subject: Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv. --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') 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) { -- cgit v1.2.3-24-g4f1b