From 615cfb88c1aae1f8372b323e9c53a84d8c9146fe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 27 Aug 2008 07:32:11 +0000 Subject: =?UTF-8?q?Bug=20182238:=20Allow=20users=20to=20choose=20what=20ti?= =?UTF-8?q?me=20zone=20to=20display=20times=20in=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?UTF-8?q?/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index c06d40d22..3baeee291 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1183,7 +1183,7 @@ if (scalar(@bugowners) > 1 && Bugzilla->user->in_group('editbugs')) { $vars->{'splitheader'} = $cgi->cookie('SPLITHEADER') ? 1 : 0; $vars->{'quip'} = GetQuip(); -$vars->{'currenttime'} = time(); +$vars->{'currenttime'} = localtime(time()); # The following variables are used when the user is making changes to multiple bugs. if ($dotweak && scalar @bugs) { -- cgit v1.2.1