[Mono-bugs] [Bug 53025][Maj] Changed - DateTime ParseExact brokenly uses 2 digits of 4 digit year
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 11:09:18 -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=53025
--- shadow/53025 2004-01-20 08:45:40.000000000 -0500
+++ shadow/53025.tmp.14947 2004-03-23 11:09:18.000000000 -0500
@@ -1,8 +1,8 @@
Bug#: 53025
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
Status: ASSIGNED
Resolution:
Severity: Unknown
@@ -12,13 +12,13 @@
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: DateTime ParseExact brokenly uses 2 digits of 4 digit year
-OtherBugsDependingOnThis: 53023
+OtherBugsDependingOnThis: 53023[FIXED]
Description of Problem:
ParseExact, when given a pattern with a 2 year date will take the first 2
digits of a 4 year date it is parsing, rather than reject it.