[Mono-bugs] [Bug 66723][Nor] Changed - DateTime.Parse throws exception using a different CultureInfo

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Oct 2004 12:40:20 -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=66723

--- shadow/66723	2004-10-02 17:37:00.000000000 -0400
+++ shadow/66723.tmp.2582	2004-10-04 12:40:20.000000000 -0400
@@ -10,13 +10,12 @@
 Component: CORLIB
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: DateTime.Parse throws exception using a different CultureInfo
 
 Description of Problem:
 Running DateTime.Parse with the string "12/31/2040 23:59:59Z" using
 CultureInfo en-US on a german workstation (de-DE) throws an exception.
 
@@ -50,6 +49,9 @@
 Created an attachment (id=11276)
 Test case
 
 
 ------- Additional Comments From miguel@ximian.com  2004-10-02 17:37 -------
 Ben, could I get you to look into this and provide some insight?
+
+------- Additional Comments From atsushi@ximian.com  2004-10-04 12:40 -------
+Maybe 'Z' is not handled properly? Lemme look in depth.