From: justdave%syndicomm.com <> Date: Fri, 11 Jul 2003 23:12:09 +0000 (+0000) Subject: Bug 212361: Additional Comments date had month and day swapped in bug change emails X-Git-Tag: bugzilla-2.17.5~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b484109fc49d15b962cf96d28bac344223f55c9;p=thirdparty%2Fbugzilla.git Bug 212361: Additional Comments date had month and day swapped in bug change emails r= jaypee, a= justdave --- diff --git a/globals.pl b/globals.pl index d8d11be535..73445f98ae 100644 --- a/globals.pl +++ b/globals.pl @@ -1012,7 +1012,7 @@ sub GetLongDescriptionAsText { my $result = ""; my $count = 0; my $anyprivate = 0; - my ($query) = ("SELECT profiles.login_name, DATE_FORMAT(longdescs.bug_when,'%Y.%d.%m %H:%i'), " . + my ($query) = ("SELECT profiles.login_name, DATE_FORMAT(longdescs.bug_when,'%Y.%m.%d %H:%i'), " . " longdescs.thetext, longdescs.isprivate " . "FROM longdescs, profiles " . "WHERE profiles.userid = longdescs.who " .