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

This commit is contained in:
gerv%gerv.net 2002-09-19 23:15:14 +00:00
parent 41b03caf83
commit cff6c39565

View File

@ -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