[Mono-bugs] [Bug 648252] New: BinarySerialization: DateTime is off by the timezone offset between .NET and mono
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 21 03:29:18 EDT 2010
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: gonzalo at novell.com
ReportedBy: gonzalo at novell.com
QAContact: mono-bugs at lists.ximian.com
CC: eric.slosser at v-fx.com, feng.chen at hrblock.com
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.
More information about the mono-bugs
mailing list