From 39e31cfee09851c2ee47f59024c8da1713bd96d6 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 8 Mar 2000 05:55:58 +0000 Subject: Patch by Peter Schweiger -- date formatting string wasn't working with modern MySQL engines. --- bug_form.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug_form.pl') 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) -- cgit v1.2.3-24-g4f1b