summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-03-08 06:55:58 +0100
committerterry%mozilla.org <>2000-03-08 06:55:58 +0100
commit39e31cfee09851c2ee47f59024c8da1713bd96d6 (patch)
tree9f1741e8d862e453a3ca05c5c16d9c0f71238e9d /bug_form.pl
parenta1f341024427582cf8a7988442614d1b0f4bf61f (diff)
downloadbugzilla-39e31cfee09851c2ee47f59024c8da1713bd96d6.tar.gz
bugzilla-39e31cfee09851c2ee47f59024c8da1713bd96d6.tar.xz
Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formatting
string wasn't working with modern MySQL engines.
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index a556867f2..4ca7f43c5 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -146,7 +146,7 @@ select
target_milestone,
qa_contact,
status_whiteboard,
- date_format(creation_ts,'Y-m-d H:i'),
+ date_format(creation_ts,'%Y-%m-%d %H:%i'),
groupset,
delta_ts,
sum(votes.count)