Re: [Mono-dev] DateTime.Parse difference with .NET

2005-08-09 Thread Alfredo Jose Muela Romero
Hello, El Tue, 09 Aug 2005 13:30:19 +0900 Atsushi Eno [EMAIL PROTECTED] escribió: Hello, [...] In fact using DateTime.Parse() is somewhat stupid ;-) Read here: http://msdn.microsoft.com/msdnmag/issues/05/03/CultureInfo/default .aspx?side=true#a The

Re: [Mono-dev] DateTime.Parse difference with .NET

2005-08-09 Thread Atsushi Eno
Hi, Now that it turned out that the bug is not reproducible with the latest svn HEAD (i.e. the bug report is invalid)... Alfredo Jose Muela Romero wrote: Hello, El Tue, 09 Aug 2005 13:30:19 +0900 Atsushi Eno [EMAIL PROTECTED] escribió: Hello, [...] In fact using

Re: [Mono-dev] DateTime.Parse difference with .NET

2005-08-09 Thread Atsushi Eno
Hi, Alfredo Jose Muela Romero wrote: El Tue, 09 Aug 2005 19:01:32 +0900 Atsushi Eno [EMAIL PROTECTED] escribió: Hi, Now that it turned out that the bug is not reproducible with the latest svn HEAD (i.e. the bug report is invalid)... Which bug? Did I talk to any bug? :-S If I did

Re: [Mono-dev] DateTime.Parse difference with .NET

2005-08-09 Thread Alfredo Jose Muela Romero
El Tue, 09 Aug 2005 20:13:09 +0900 Atsushi Eno [EMAIL PROTECTED] escribió: Hi, Alfredo Jose Muela Romero wrote: El Tue, 09 Aug 2005 19:01:32 +0900 Atsushi Eno [EMAIL PROTECTED] escribió: Hi, Now that it turned out that the bug is not reproducible with the latest svn HEAD (i.e.

[Mono-dev] DateTime.Parse difference with .NET

2005-08-08 Thread Martin Hinks
using System; namespace DateFail { class MainClass { public static void Main(string[] args) { DateTime.Parse(17/07/2005 00:00:00); } } } .NET Framework 1.1 result: Success Mono 1.1.8 result: