[Mono-list] Incorrect (Swedish) date format in Mono 4.0.1

rogerthn roon at telia.com
Thu Jun 4 17:13:03 UTC 2015


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




--
View this message in context: http://mono.1490590.n4.nabble.com/Incorrect-Swedish-date-format-in-Mono-4-0-1-tp4666098p4666118.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list