[Mono-bugs] [Bug 82175][Wis] Changed - [PATCH]DateTime.ParseExact returns incorrect DateTime when DateTimeStyles.AssumeUniversal is specified
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 4 17:15:38 EDT 2007
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 billholmes54 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82175
--- shadow/82175 2007-08-04 17:13:56.000000000 -0400
+++ shadow/82175.tmp.32480 2007-08-04 17:15:38.000000000 -0400
@@ -2,22 +2,22 @@
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: petee at mindtouch.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: DateTime.ParseExact returns incorrect DateTime when DateTimeStyles.AssumeUniversal is specified
+Summary: [PATCH]DateTime.ParseExact returns incorrect DateTime when DateTimeStyles.AssumeUniversal is specified
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
DateTime.ParseExact(string s, string format,
IFormatProvider fp, DateTimeStyles style)
@@ -55,6 +55,9 @@
------- Additional Comments From billholmes54 at gmail.com 2007-08-04 17:13 -------
Created an attachment (id=19709)
proposed patch + test
+
+------- Additional Comments From billholmes54 at gmail.com 2007-08-04 17:15 -------
+Please let me know if the above patch is ok to commit? (holmes IRC)
More information about the mono-bugs
mailing list