[Mono-bugs] [Bug 63137][Nor] Changed - [PATCH] DateTime.ParseExact difference parsing timezones with .NET

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 25 03:44:05 EDT 2005


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 atsushi at ximian.com.

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

--- shadow/63137	2005-05-24 23:08:37.000000000 -0400
+++ shadow/63137.tmp.23083	2005-05-25 03:44:05.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 63137
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: anmar at gmx.net               
 QAContact: mono-bugs at ximian.com
@@ -45,6 +45,14 @@
 ------- Additional Comments From bmaurer at users.sf.net  2005-05-21 02:06 -------
 This patch seems to work, but I have no idea how correct it is. It
 needs some review from somebody who understands this code.
 
 ------- Additional Comments From bmaurer at users.sf.net  2005-05-24 23:08 -------
 eno wanted this...
+
+------- Additional Comments From atsushi at ximian.com  2005-05-25 03:44 -------
+Fixed as r44974.
+
+When next_not_digit was introduced, we didn't pass (maximum) digits to
+ParseNumber(). But since today we pass it, next_not_digit is not
+required anymore.
+


More information about the mono-bugs mailing list