[Mono-bugs] [Bug 60912][Nor] Changed - DateTime.Parse() does not support pattern "6/28/2004 12:00:00 AM"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 05:24:39 -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=60912
--- shadow/60912 2004-06-30 04:42:01.000000000 -0400
+++ shadow/60912.tmp.13464 2004-06-30 05:24:39.000000000 -0400
@@ -100,6 +100,14 @@
------- Additional Comments From ianm@activestate.com 2004-06-30 04:42 -------
Thanks Atsushi, I'll do that. I wonder though if mono should also
support the undocumented 'feature' of being able to parse "6/28/2004
12:00:00 AM" with invariant culture - just for compatibility's sake.
+
+------- Additional Comments From atsushi@ximian.com 2004-06-30 05:24 -------
+We would like to, but need more clear information about how to support it.
+
+There are some patterns that are "parsable for all the cultures
+regardless of registered patterns", but this pattern is clearly not
+kind of those ones. We even have such test that expect to fail to
+parse that pattern in fr_FR culture.