[Mono-bugs] [Bug 54721][Blo] Changed - Convert.ChangeType() fails with datetime format MM-DD-YYYY for InvariantCulture

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 12:35:52 -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 dick@ximian.com.

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

--- shadow/54721	2004-02-22 17:01:41.000000000 -0500
+++ shadow/54721.tmp.3417	2004-03-22 12:35:52.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54721
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: Fedora 1.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaak@zd.com.pl               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,10 @@
 01/01/2000 converted as Saturday, 01 January 2000 00:00:00
 
 ------- Additional Comments From jaak@zd.com.pl  2004-02-22 12:05 -------
 Created an attachment (id=6747)
 test case to reproduce the bug
 
+
+------- Additional Comments From dick@ximian.com  2004-03-22 12:35 -------
+Fixed in CVS, though the DateTime ToString() format is still different
+to MS.