[Mono-bugs] [Bug 47753][Nor] Changed - DateTime.ToString() produces different output on Mono versus .NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Aug 2003 06:33:38 -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=47753
--- shadow/47753 2003-08-20 03:53:43.000000000 -0400
+++ shadow/47753.tmp.23122 2003-08-20 06:33:38.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 47753
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: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -79,6 +79,9 @@
{
DateTime d = new DateTime(2003, 8, 20, 2, 14, 20, 0);
Console.WriteLine(d.ToString("T", null));
Console.WriteLine(d.ToString("HH:mm:ss", null));
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-08-20 06:33 -------
+See also bug 47720