[Mono-bugs] [Bug 397934] DataSet. ReadXML is unable to read time zone information in a xs:dateTime column

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jun 7 15:20:18 EDT 2008


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

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=397934#c1


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |gert.driesen at pandora.be




--- Comment #1 from Gert Driesen <gert.driesen at pandora.be>  2008-06-07 13:20:17 MDT ---
I cannot reproduce this issue with SVN head. Can you try again with a recent
version of Mono?

The fact that the DateTime is more accurate in Mono is a bug. Well actually it
was a bug in the MS docs that was corrected in .NET 2.0. The Mono
implementation is currently still based on the .NET 1.1 docs.

DateTime.AddMilliseconds

NET 1.1:
The value parameter is rounded to the nearest tick.

NET 2.0:
The value parameter is rounded to the nearest integer.


-- 
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