[Mono-bugs] [Bug 53023][Maj] Changed - US Culture doesn't parse 4 digit years in dates

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 11:09:17 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53023

--- shadow/53023	2004-01-20 08:45:40.000000000 -0500
+++ shadow/53023.tmp.14941	2004-03-23 11:09:17.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53023
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
@@ -49,6 +49,14 @@
 from running it on "Microsoft (R) .NET Framework version 1.1.4322"
 
 ------- Additional Comments From dave-mono@earth.li  2004-01-18 10:24 -------
 Created an attachment (id=6447)
 Test case
 
+
+------- Additional Comments From dick@ximian.com  2004-03-23 11:09 -------
+Fixed in CVS.  Note that the ICU-based ShortDatePattern for en_US is
+M/d/yy, rather than M/d/yyyy in MS, so your test will now fail to find
+a working format.
+
+Jackson's CultureInfo rework should take care of this.
+