[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 04:42:01 -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 ianm@activestate.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60912
--- shadow/60912 2004-06-30 03:48:02.000000000 -0400
+++ shadow/60912.tmp.13037 2004-06-30 04:42:01.000000000 -0400
@@ -95,6 +95,11 @@
Console.WriteLine (s);
Ian, you should create call ToString() with InvariantCulture. In my
box it never creates "1/1/1980 12:00:00 AM". With InvariantCulture, it
creats "01/01/1980 00:00:00" that can be parsed fine with mono.
+
+------- 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.