summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-11-18 15:25:09 +0100
committerByron Jones <bjones@mozilla.com>2013-11-18 15:25:09 +0100
commit3e5fc54202f854e76b139ec71fd78e91029dc7d2 (patch)
treebdd3961ee86156496a4eef8fc177e2b6aef0e214 /Bugzilla/Bug.pm
parent00ff4e6d2e328e4032bbbe2586c623384cc15161 (diff)
downloadbugzilla-3e5fc54202f854e76b139ec71fd78e91029dc7d2.tar.gz
bugzilla-3e5fc54202f854e76b139ec71fd78e91029dc7d2.tar.xz
Bug 937180: creation_ts of bugs and attachments always at 0 seconds
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index df2e4b637..1c3b0267c 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -94,6 +94,7 @@ sub DB_COLUMNS {
bug_status
cclist_accessible
component_id
+ creation_ts
delta_ts
estimated_time
everconfirmed
@@ -112,7 +113,6 @@ sub DB_COLUMNS {
version
),
'reporter AS reporter_id',
- $dbh->sql_date_format('creation_ts', '%Y.%m.%d %H:%i') . ' AS creation_ts',
$dbh->sql_date_format('deadline', '%Y-%m-%d') . ' AS deadline',
@custom_names);