mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stofanet.dk; r=gerv.
This commit is contained in:
parent
41b03caf83
commit
cff6c39565
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user