https://bugzilla.novell.com/show_bug.cgi?id=648252

https://bugzilla.novell.com/show_bug.cgi?id=648252#c0


           Summary: BinarySerialization: DateTime is off by the timezone
                    offset between .NET and mono
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected], [email protected]
          Found By: ---
           Blocker: ---


Same test case as bug #646556:

(On Windows, Mono 2.8.0)
$ ./BinaryDeserializationTest.exe
Time: 10/20/2010 2:36:51 PM
Time: 10/20/2010 2:36:51 PM

$ mono ./BinaryDeserializationTest.exe
Time: 10/20/2010 14:36:56
Time: 10/20/2010 14:36:56

(On Mac, Mono 2-8 + 135e5eb0)
$ mono BinaryDeserializationTest.exe -t
Employee.data                                                     10/20/2010
10:36:51 AM  <--- wrong
EmployeeWithNullableDateTime.data             10/20/2010 10:36:51 AM  <---
wrong
Employee_mono.data                                         10/20/2010 2:36:56
PM
EmployeeWithNullableDateTime_mono.data 10/20/2010 2:36:57 PM

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to