Commit ffebf581 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stofanet.dk; r=gerv.

parent 06959c62
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment