[Mono-bugs] [Bug 51464][Wis] Changed - System.DateTime.Parse() does not parse a String according to culture info

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 11:00:30 -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 miguel@ximian.com.

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

--- shadow/51464	2003-11-28 10:13:56.000000000 -0500
+++ shadow/51464.tmp.10486	2003-11-28 11:00:30.000000000 -0500
@@ -91,6 +91,10 @@
  		}
 
  
 
  		public static DateTime Parse (string s, IFormatProvider fp,
 DateTimeStyles styles)
+
+------- Additional Comments From miguel@ximian.com  2003-11-28 11:00 -------
+This looks good, please commit, but include a test into the NUnit test
+suite.