[Mono-bugs] [Bug 61112][Nor] Changed - DateTime conversion UTC->local->UTC gives incorrect date
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jul 2004 14:15:16 -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 t7@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61112
--- shadow/61112 2004-07-02 17:29:27.000000000 -0400
+++ shadow/61112.tmp.9338 2004-07-03 14:15:16.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61112
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: t7@pobox.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,10 @@
Console.WriteLine("time(UTC)="+time+" as local="+time.ToLocalTime()
+" and back to UTC="+time.ToLocalTime().ToUniversalTime());
}
}
+
+------- Additional Comments From t7@pobox.com 2004-07-03 14:15 -------
+(I should add that I'm currently in the US EST time-zone [with
+day-light savings now, yes?])