From 95d743ca823afccd8e6a106926cd7b9798b5ca2b Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 4 Dec 1999 03:28:17 +0000 Subject: Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats. --- bug_form.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 11d005983..a39edf3d0 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -145,7 +145,7 @@ select target_milestone, qa_contact, status_whiteboard, - date_format(creation_ts,'Y-m-d'), + date_format(creation_ts,'%Y-%m-%d %H:%i'), groupset, delta_ts, sum(votes.count) @@ -486,8 +486,8 @@ print " Format For Printing
- -
Description: Opened: $bug{'creation_ts'}
+ +
Description:Opened: $bug{'creation_ts'}

 ";
-- 
cgit v1.2.3-24-g4f1b