Fwd: msvcrt: Implement _get_tzname.

Eryk Wieliczko ewdevel at gmail.com
Thu Nov 4 04:58:24 CDT 2010


http://msdn.microsoft.com/en-us/library/4ssfs1ya.aspx

_get_tzname should simply copy the contents of _tzname. In my opinion
it should be ok.
According to this document it's the default value. In my Polish XP
it's also "PST" and "PDT", which is of course irracional ( Poland is
in Europe ).

So I would assume
static char tzname_std[64] = "";
static char tzname_dst[64] = "";
more of a hack.



2010/11/3 Dmitry Timoshkov <dmitry at codeweavers.com>:
> Eryk Wieliczko <ewdevel at gmail.com> wrote:
> This is not an implementation, this is a quick and dirty hack.
>
> --
> Dmitry.
>



More information about the wine-devel mailing list