[Mono-bugs] [Bug 56123][Maj] New - Now.Date isn't returning the correct value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Mar 2004 18:32:02 -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 alexmipego@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56123
--- shadow/56123 2004-03-27 18:32:02.000000000 -0500
+++ shadow/56123.tmp.10151 2004-03-27 18:32:02.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 56123
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: alexmipego@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Now.Date isn't returning the correct value
+
+making a Response.Write(DateTime.Now.Date); is returning this:
+
+'3/27/04 12:00:00a'
+
+The date is correct but the time isn't, and the time shouldn't be there.