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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 18:55:50 -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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=66723

--- shadow/66723	2004-10-04 17:05:07.000000000 -0400
+++ shadow/66723.tmp.9944	2005-05-06 18:55:50.000000000 -0400
@@ -5,18 +5,18 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
-AssignedTo: bmaurer@users.sf.net                            
+AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: DateTime.Parse throws exception using a different CultureInfo
+Summary: [PATCH] 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.
 
 Steps to reproduce the problem:
@@ -57,6 +57,9 @@
 Maybe 'Z' is not handled properly? Lemme look in depth.
 
 ------- Additional Comments From atsushi@ximian.com  2004-10-04 17:05 -------
 Created an attachment (id=11959)
 proposed fix
 
+
+------- Additional Comments From bmaurer@users.sf.net  2005-05-06 18:55 -------
+This patch needs review.