[Mono-bugs] [Bug 75213][Nor] Changed - DateTime.ParseExact throws
InvalidFormat exception when provided with a valid ldap date
string value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 11 22:59:17 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75213
--- shadow/75213 2005-06-10 09:54:32.000000000 -0400
+++ shadow/75213.tmp.23002 2005-06-11 22:59:17.000000000 -0400
@@ -38,6 +38,13 @@
How often does this happen?
Every time.
Additional Information:
Works as expected under Microsoft.NET. The same issue is encountered when
using System.Globalization.DateTimeFormatInfo.InvariantInfo.
+
+------- Additional Comments From sebastien at ximian.com 2005-06-11 22:59 -------
+This is probably due to the \\ in the string format. I've been using
+the same string (without the \\) for X.509 certificates for a long
+time without any problems (on both Mono and MS).
+
+It doesn't fix the bug but it's a workaround ;-)
More information about the mono-bugs
mailing list