[Mono-bugs] [Bug 58186][Min] Changed - Invalid Polish date format
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 08:38:36 -0400 (EDT)
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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58186
--- shadow/58186 2004-05-14 17:22:04.000000000 -0400
+++ shadow/58186.tmp.23950 2004-05-25 08:38:36.000000000 -0400
@@ -38,6 +38,29 @@
Under Linux/Mono it produces:
04-05-07 11:45:55 +2
------- Additional Comments From jackson@ximian.com 2004-05-14 17:22 -------
Globalization issue belongs in corlib
+
+------- Additional Comments From atsushi@ximian.com 2004-05-25 08:38 -------
+When I modified ICU's langs/pl.xml definitions
+
+(1) /ldml /dates /calendars/calendar[@type='gregorian']
+ /dateFormats / dateFormatLength[@type='short']
+ /dateFormat/pattern
+
+as
+
+ yy-MM-dd
+
+and
+
+(2) /ldml /dates /calendars/calendar[@type='gregorian']
+ /timeFormats / timeFormatLength[@type='long']
+ /timeFormat/pattern
+
+This problem went away (well, except for that DateTime.Now should
+consider locale-dependent time-value creation).
+
+We have similar those ICU resource related problem for other languages
+as well (at least I found the same problem in Japanese ja.xml).