From 615cfb88c1aae1f8372b323e9c53a84d8c9146fe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 27 Aug 2008 07:32:11 +0000 Subject: Bug 182238: Allow users to choose what time zone to display times in - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 70eeb814a..25d5b446d 100755 --- a/chart.cgi +++ b/chart.cgi @@ -292,7 +292,7 @@ sub wrap { # We create a Chart object so we can validate the parameters my $chart = new Bugzilla::Chart($cgi); - $vars->{'time'} = time(); + $vars->{'time'} = localtime(time()); $vars->{'imagebase'} = $cgi->canonicalise_query( "action", "action-wrap", "ctype", "format", "width", "height"); -- cgit v1.2.3-24-g4f1b