[Mono-bugs] [Bug 47720][Wis] Changed - DateTime.Parse (RFC1123) does not handle timezone

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 23:22:04 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/47720	2003-08-18 22:47:12.000000000 -0400
+++ shadow/47720.tmp.4561	2003-08-18 23:22:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 47720
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: piersh@friskit.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -32,6 +32,16 @@
 On windows, with my timezone set to PDT (pacific + daylight), the above 
 program prints:
 10/29/1994 5:00:00 AM
 
 Whereas on my linux box I get:
 10/29/1994 12:00:00
+
+------- Additional Comments From gonzalo@ximian.com  2003-08-18 23:22 -------
+I tried uncommenting the 'useutc = true' in the 'r' case that handles
+known formats.
+
+Doing that, I get (GMT+2 right now):
+10/29/1994 13:00:00
+
+Ie, it seems that it does not count DTS (ie, it gets the DTS from the
+date, not the current one).