]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stofanet...
authorgerv%gerv.net <>
Fri, 20 Sep 2002 06:15:14 +0000 (06:15 +0000)
committergerv%gerv.net <>
Fri, 20 Sep 2002 06:15:14 +0000 (06:15 +0000)
reports.cgi

index 13c8406ee653d549c5ac8cc4e0ec52055cbe6ef8..40a6786b41ccc6fc4092400ee537038b7ff34d08 100755 (executable)
@@ -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