[Mono-bugs] [Bug 57566][Nor] Changed - Default DateTime doesn't match .NET's

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 09:18:32 -0400 (EDT)


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 atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57566

--- shadow/57566	2004-05-05 14:13:37.000000000 -0400
+++ shadow/57566.tmp.13209	2004-05-26 09:18:32.000000000 -0400
@@ -108,6 +108,18 @@
 
 ----
 I ran this test on my Japanese machine, and here 
 ** are probably Japanese Kanji for year/month/day.
 
 As for time value difference, it might be because of cygwin dependent.
+
+------- Additional Comments From atsushi@ximian.com  2004-05-26 09:18 -------
+Now format part should be fixed. You will have to update mono runtime. 
+
+Note that it would be better to set the exact culture into you want to
+test (since MS.NET gets your culture from your system, but mono tries
+to get through LANG environment).
+
+System.Threading.Thread.CurrentThread.CurrentCulture = new
+System.Globalization.CultureInfo (your-culture-name);
+
+Time difference will be fixed soon.