https://bugzilla.novell.com/show_bug.cgi?id=345057
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=345057#c1 --- Comment #1 from Rutton Rankin <[EMAIL PROTECTED]> 2008-04-09 06:49:47 MST --- The problem with parsing has an additional sideaspect. A datetime string with an timezone info with it, like ISO-8601 numeric encoding in UTC, gives the correct results with localtime GMT+1. Net( tested with 3.5): This is ISO-8601 with UTC: TryParse 2006-02-01T14:29:53Z -> 2.1.2006 15:29:53 , Kind = Local This is a DateTime format without specifying a timezone: TryParse 2007/02/01 10:29:10 -> 2.1.2007 10:29:10 , Kind = Unspecified Mono JIT compiler version 1.9: TryParse 2006-02-01T14:29:53Z -> 2.1.2006 15:29:53 , Kind = Local TryParse 2007/02/01 10:29:10 -> 2.1.2007 10:29:10 , Kind = Local -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
