[Mono-bugs] [Bug 37225][Wis] Changed - DateTime.Now and DateTime.Today returns different results
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 27 Jan 2003 07:16:42 -0500 (EST)
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=37225
--- shadow/37225 Fri Jan 24 21:22:28 2003
+++ shadow/37225.tmp.24032 Mon Jan 27 07:16:42 2003
@@ -1,22 +1,21 @@
Bug#: 37225
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: DateTime.Now and DateTime.Today returns different results
Test case:
using System;
@@ -38,6 +37,17 @@
Fri Jan 24 21:21:57 EST 2003
diphthong:~ $ mono cal.exe
DateTime.Now
Friday, 24 January 2003
DateTime.Today
Saturday, 25 January 2003
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-27 07:16 -------
+I cannot reproduce this bug. May be a misconfiguration on your side?
+
+gpanjav@lalo2:~/go-mono$ ./bug37225.exe
+DateTime.Now
+Monday, 27 January 2003
+DateTime.Today
+Monday, 27 January 2003
+
+