[Mono-bugs] [Bug 72132][Min] Changed - Few additional date formats are not supported by System.DateTime structure.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 03:21:14 -0500 (EST)


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 tsureshkumar@novell.com.

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

--- shadow/72132	2005-02-02 12:39:07.000000000 -0500
+++ shadow/72132.tmp.12697	2005-02-03 03:21:14.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72132
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: radical@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -91,6 +91,18 @@
 +                       "dddd, dd MMMM yyyy HH:mm",
 +                       "dddd, dd MMMM yyyy HH:mm:ss",
 +                       "yyyy MMMM",
                         // DayOfTheWeek, dd yyyy. This works for every locales.
                         "MMMM dd, yyyy",
  #if NET_1_1
+
+------- Additional Comments From tsureshkumar@novell.com  2005-02-03 03:21 -------
+This seems to be issue with culture.
+
+if you run with POSIX or INVARIANT culture, this is working.
+
+LANG=C mono test.exe 
+
+gives correct results.
+
+But, somehow magically, ms.net gives correct results for almost all
+variations of culture.