Re: [Mono-dev] TimeZone/RegionInfo patches

2005-09-21 Thread Kornél Pál
Hi, 2) TZ environment variable support on Win32. If TZ environment variable is set, then it uses posix-compat timezone names (its behavior depends on mingw though). ... However, if people can still debug TimeZone related things easily without this mode, then it is OK for me. Time zone can

Re: [Mono-dev] TimeZone/RegionInfo patches

2005-09-20 Thread Kornél Pál
Eno [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Friday, September 16, 2005 7:30 AM Subject: [Mono-dev] TimeZone/RegionInfo patches Hi, I made a set of patches for a few globalization related stuff. 1) native TimeZone name support. Now it returns native names as long

Re: [Mono-dev] TimeZone/RegionInfo patches

2005-09-20 Thread Atsushi Eno
Hi, 2) TZ environment variable support on Win32. If TZ environment variable is set, then it uses posix-compat timezone names (its behavior depends on mingw though). I don't think that this is a good idea. Time zone is used to convert local time to UTC so if TZ contains a time zone other than

[Mono-dev] TimeZone/RegionInfo patches

2005-09-16 Thread Atsushi Eno
Hi, I made a set of patches for a few globalization related stuff. 1) native TimeZone name support. Now it returns native names as long as they are provided by the locale-builder. Am also planning to update locale data to the latest version of CLDR (it has much more timezone names than existing