[Mono-bugs] [Bug 30076][Maj] Changed - DateTime.MinValue.Year has a value outside of acceptable range
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Dec 2002 05:15:55 -0000
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=30076
--- shadow/30076 Wed Nov 20 11:12:52 2002
+++ shadow/30076.tmp.17638 Thu Dec 19 00:15:55 2002
@@ -1,13 +1,13 @@
Bug#: 30076
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: gonzalo@ximian.com
ReportedBy: shahms@shahms.com
QAContact: mono-bugs@ximian.com
@@ -20,6 +20,9 @@
exception inside TimeZone because the year calculation inside DateTime
returns a value outside the range of acceptable values (-95627 or something
similar). The MS runtime correctly returns a value of '1' in this
instance. I'm not sure if the calculation is wrong, or if negative values
should be simply be "rounded" to 1, but either way, it breaks a number of
things that should work.
+
+------- Additional Comments From gonzalo@ximian.com 2002-12-19 00:15 -------
+Fixed in CVS.