[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
Sun, 18 Jan 2004 10:45:02 -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 dave-mono@earth.li.

http://bugzilla.ximian.com/show_bug.cgi?id=53025

--- shadow/53025	2004-01-18 10:44:38.000000000 -0500
+++ shadow/53025.tmp.31682	2004-01-18 10:45:02.000000000 -0500
@@ -12,12 +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
 
 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.