[Mono-bugs] [Bug 78784][Wis] New - DateTime.Now, ToLocalTime and ToUniversalTime doesn't set Kind property

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 7 02:26:23 EDT 2006


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 tum at veridicus.com.

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

--- shadow/78784	2006-07-07 02:26:23.000000000 -0400
+++ shadow/78784.tmp.4809	2006-07-07 02:26:23.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 78784
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: tum at veridicus.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DateTime.Now, ToLocalTime and ToUniversalTime doesn't set Kind property
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The property DateTime.Now, and methods ToLocalTime and ToUniversalTime
+don't set the DateTime.Kind property as specified in the 2.0 specs but
+instead leaves the kind as Unspecified.
+
+The value of DateTime.Now.Kind should be DateTimeKind.Local (Not
+DateTimeKind.Unspecified).


More information about the mono-bugs mailing list