[Mono-bugs] [Bug 646556] Binary serialization/deserialization do not work correctly if object contains nullable DateTime type.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 20 14:52:44 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=646556
https://bugzilla.novell.com/show_bug.cgi?id=646556#c7
Eric Slosser <eric.slosser at v-fx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Normal |Major
--- Comment #7 from Eric Slosser <eric.slosser at v-fx.com> 2010-10-20 18:52:43 UTC ---
I pulled my 2.8 branch to 135e5eb0 and see that the exception is fixed, but the
TZ issue isn't.
(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