From 97cb7c665bf43f43d478cf991881911bbcf4d4e4 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Thu, 19 Sep 2002 23:15:14 +0000 Subject: [PATCH] Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stofanet.dk; r=gerv. git-svn-id: svn://10.0.0.236/trunk@130087 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/reports.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index 13c8406ee65..40a6786b41c 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/reports.cgi @@ -269,7 +269,7 @@ select bugs.bug_id, bugs.bug_status, assign.login_name, - unix_timestamp(date_format(bugs.creation_ts, '%Y-%m-%d %h:%m:%s')) + unix_timestamp(date_format(bugs.creation_ts, '%Y-%m-%d %H:%i:%s')) from bugs, profiles assign $prod_table