[Mono-list] Incorrect (Swedish) date format in Mono 4.0.1
Andres G. Aragoneses
knocte at gmail.com
Fri Jun 5 13:38:56 UTC 2015
On 04/06/15 19:13, rogerthn wrote:
> Looks like the bug has been there since version 3.4.0?
>
> Correct with 3.2.8
> [roger at CentOS ~]$ mono -V
> Mono JIT compiler version 3.2.8 (tarball Thu Jun 4 19:06:42 CEST 2015)
> Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
> www.mono-project.com
> TLS: __thread
> SIGSEGV: altstack
> Notifications: epoll
> Architecture: amd64
> Disabled: none
> Misc: softdebug
> LLVM: supported, not enabled.
> GC: sgen
> [roger at CentOS ~]$ mono HelloWorldMMM.exe
> Hello World, below is DateTime.Now.ToString MMM, MMMM, ddd and dddd
> jun
> juni
> tor
> torsdag
>
> Incorrect with 3.4.0 and later
> [roger at CentOS ~]$ mono -V
> Mono JIT compiler version 3.4.0 (tarball Thu Jun 4 18:43:38 CEST 2015)
> Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
> www.mono-project.com
> TLS: __thread
> SIGSEGV: altstack
> Notifications: epoll
> Architecture: amd64
> Disabled: none
> Misc: softdebug
> LLVM: supported, not enabled.
> GC: sgen
> [roger at CentOS ~]$ mono HelloWorldMMM.exe
> Hello World, below is DateTime.Now.ToString MMM, MMMM, ddd and dddd
> Jun
> Juni
> Tor
> torsdag
>
>
Please report the bug to http://bugzilla.xamarin.com/ marking it as
[regression] then.
More information about the Mono-list
mailing list