[Mono-bugs] [Bug 44797][Nor] Changed - DateTime.ToString can't handle dates with year < 1900
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 14 Jun 2003 13:03:34 -0400 (EDT)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44797
--- shadow/44797 Sat Jun 14 09:47:03 2003
+++ shadow/44797.tmp.16969 Sat Jun 14 13:03:34 2003
@@ -1,13 +1,13 @@
Bug#: 44797
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ideary.com
QAContact: mono-bugs@ximian.com
@@ -42,6 +42,11 @@
07/01/1850 00:00:00
How often does this happen?
Always
+
+------- Additional Comments From lupus@ximian.com 2003-06-14 13:03 -------
+I committed a workaround (that is correct anyway for this issue):
+for the timezone stuff we'll need to get our own tz data, because libc
+doesn't give access to what we need easily or at all.