[Mono-bugs] [Bug 52075][Nor] Changed - Incorrect DateTime.MaxValue.Year value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 02:06:04 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52075
--- shadow/52075 2003-12-11 17:19:51.000000000 -0500
+++ shadow/52075.tmp.25681 2003-12-12 02:06:04.000000000 -0500
@@ -1,22 +1,21 @@
Bug#: 52075
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Slackware 9.1 kernel 2.4.22
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: bk@slashdev.it
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Incorrect DateTime.MaxValue.Year value
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
even if DateTime.MaxValue.ToString() returns "31/12/99 23:59:59",
@@ -44,6 +43,15 @@
Additional Information:
Mono JIT compiler version 0.29.99.20031211
On ms's framework returns 9999
Massimo Prota
+
+------- Additional Comments From gonzalo@ximian.com 2003-12-12 02:06 -------
+2003-12-06 Ravindra <rkumar@novell.com>
+
+ * DateTime.cs: Made Parse(string, IFormatProvider) method to
+ use second argument. Fixed bug #51464.
+
+Seems like this changed the Ticks and this makes this bug happen.
+Ravindra?