[Mono-bugs] [Bug 70209][Maj] Changed - Date formatting on Tds70.cs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 06:16:30 -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 tsureshkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70209
--- shadow/70209 2004-12-04 07:57:34.000000000 -0500
+++ shadow/70209.tmp.7582 2004-12-07 06:16:30.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 70209
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details: Win2003
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Sys.Data.SqlClient
AssignedTo: rodrigo@novell.com
ReportedBy: rpaterlini@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -89,6 +89,10 @@
case "datetime":
DateTime d = (DateTime)parameter.Value;
value = String.Format(
System.Globalization.CultureInfo.InvariantCulture, "'{0:MM/dd/yyyy hh:mm:ss
tt}'", d );
break;
+
+------- Additional Comments From tsureshkumar@novell.com 2004-12-07 06:16 -------
+This problem seems to be present only in windows systems. I could not
+reproduce on linux box.