[Mono-bugs] [Bug 80094][Nor] Changed - Mono DateTime.ParseExact and Parse cannot recognize MMM format for some cultures

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 30 05:03:54 EST 2006


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 at ximian.com.

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

--- shadow/80094	2006-11-30 04:09:04.000000000 -0500
+++ shadow/80094.tmp.24333	2006-11-30 05:03:54.000000000 -0500
@@ -2,22 +2,22 @@
 Product: Mono: Runtime
 Version: 1.2
 OS: other
 OS Details: FreeBSD 6.2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: atsushi at ximian.com                            
 ReportedBy: xumuk at ngs.ru               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Mono DateTime.ParseExact  and Parse cannot recognize format
+Summary: Mono DateTime.ParseExact and Parse cannot recognize MMM format for some cultures
 
 Mono JIT compiler version 1.2.1
 Mono C# compiler version 1.2.1.0
 installed from ports using mono-merge
 Description of Problem:
 Mono DateTime.ParseExact and Parse cannot recognize format
@@ -57,6 +57,12 @@
 
 How often does this happen? 
 always
 
 Additional Information:
 none
+
+------- Additional Comments From atsushi at ximian.com  2006-11-30 05:03 -------
+Maybe in your culture (CurrentCulture) November is not "Nov". It will
+work only for cultures like en-US or InvariantCulture.
+
+However I found a bug in ja-JP culture (it should just allow "11").


More information about the mono-bugs mailing list