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
This commit is contained in:
gerv%gerv.net 2002-09-19 23:15:14 +00:00
parent cf6e4c87ce
commit 97cb7c665b

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