[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
Sat May 21 02:06:56 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=63137
--- shadow/63137 2005-05-21 02:06:13.000000000 -0400
+++ shadow/63137.tmp.21857 2005-05-21 02:06:56.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 63137
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: anmar at gmx.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: DateTime.ParseExact difference parsing timezones with .NET
+Summary: [PATCH] DateTime.ParseExact difference parsing timezones with .NET
Description of Problem:
.NET parses timezones as +0200 or +02:00 although documentation says it
should be the latter. Mono throws a FormatException when a +0200 is found.
Steps to reproduce the problem:
@@ -38,6 +38,10 @@
.NET parses this, but not sure if implementing undocumented things is expected.
------- Additional Comments From bmaurer at users.sf.net 2005-05-21 02:06 -------
Created an attachment (id=15179)
Patch that seems to work
+
+------- 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.
More information about the mono-bugs
mailing list