[Mono-bugs] [Bug 53956][Wis] Changed - DateTimeFormatInfo not affected by culture

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Mar 2004 18:48:00 -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=53956

--- shadow/53956	2004-02-05 18:23:23.000000000 -0500
+++ shadow/53956.tmp.13092	2004-03-03 18:48:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53956
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jackson@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,21 @@
 yyyy MMMM
 
 ------- Additional Comments From jackson@ximian.com  2004-02-05 18:21 -------
 Created an attachment (id=6623)
 test case
 
+
+------- Additional Comments From dick@ximian.com  2004-03-03 18:48 -------
+No, the culture-specific DateTimeFormatInfo is being used correctly. 
+You can see it in action if you change YearMonthPattern to eg
+ShortDatePattern:
+
+M/d/yy
+MM/dd/yyyy
+
+The reason you're seeing the same output for all cultures is that
+YearMonthPattern (and DateSeparator, TimeSeparator and
+MonthDayPattern) aren't included in ICU data, so are left equal to the
+invariant defaults.  See metadata/locales.c, search for
+_YearMonthPattern to see a comment in the code.
+