[Mono-bugs] [Bug 69582][Nor] Changed - Wrong dates returned through SQL query
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Nov 2004 20:52:16 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by scott.grosch@intel.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69582
--- shadow/69582 2004-11-23 20:26:00.000000000 -0500
+++ shadow/69582.tmp.16226 2004-11-23 20:52:16.000000000 -0500
@@ -51,6 +51,14 @@
------- Additional Comments From vargaz@gmail.com 2004-11-17 10:58 -------
-> System.Data
------- Additional Comments From Scott.Grosch@intel.com 2004-11-23 20:25 -------
I've verified this same result happens on the 1.1.2 mono build.
+
+------- Additional Comments From Scott.Grosch@intel.com 2004-11-23 20:52 -------
+OK, it appears as if every date returned is off by the same amount.
+Doing this:
+
+returnedDate.AddTicks(56623104000000000)
+
+causes the right value to be displayed.