From: gerv%gerv.net <> Date: Fri, 20 Sep 2002 06:15:14 +0000 (+0000) Subject: Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stofanet... X-Git-Tag: bugzilla-2.17.1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffebf58127067aebb6319d5941ef1a44e5883773;p=thirdparty%2Fbugzilla.git Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stofanet.dk; r=gerv. --- diff --git a/reports.cgi b/reports.cgi index 13c8406ee6..40a6786b41 100755 --- a/reports.cgi +++ b/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