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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
