[Mono-bugs] [Bug 52274][Maj] Changed - DateTime doesn't parse formats "--MM--", "---dd", and "--MM-dd"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jan 2004 05:15:27 -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=52274

--- shadow/52274	2004-01-10 07:37:28.000000000 -0500
+++ shadow/52274.tmp.14999	2004-01-11 05:15:27.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52274
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
@@ -67,6 +67,9 @@
 
 
 ------- Additional Comments From dave-mono@earth.li  2004-01-10 07:37 -------
 The problem was that when it came across multiple '-'s the scanner
 only actually consumed one of them. This meant that in ---22 it would
 try to parse --22 as a 2-digit number.
+
+------- Additional Comments From dave-mono@earth.li  2004-01-11 05:15 -------
+Committed