[Mono-bugs] [Bug 73410][Maj] Changed - Convert.ToDateTime fails without a cultureinfo object
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Mar 2005 07:20:21 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73410
--- shadow/73410 2005-03-06 20:37:57.000000000 -0500
+++ shadow/73410.tmp.29594 2005-03-07 07:20:21.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 73410
-Product: Mono: Runtime
+Product: Mono: Class Libraries
Version: 1.0
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
-Component: misc
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: jason@emeraldshield.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -42,6 +42,9 @@
The following code will prevent it from happening, but is not required in
1.0 or 1.1 of Dot Net.
System.IFormatProvider format = new System.Globalization.CultureInfo("en-
US", true);
DateTime dateCrawled = Convert.ToDateTime(lastCrawled, format);
+
+------- Additional Comments From vargaz@gmail.com 2005-03-07 07:20 -------
+-> corlib