Add time zone to TZ_Info

Duane Clark dclark at akamail.com
Sun Oct 31 16:34:34 CST 2004


Roger Olson wrote:
> RCS file: /home/wine/wine/dlls/ntdll/time.c,v
> retrieving revision 1.51
> diff -u -u -r1.51 time.c
> --- dlls/ntdll/time.c   22 Oct 2004 19:54:17 -0000      1.51
> +++ dlls/ntdll/time.c   31 Oct 2004 21:18:46 -0000
> @@ -105,6 +105,9 @@
>     {"AKDT",
>      {'A','l','a','s','k','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
>       'i','m','e','\0'}, 480, 1},
> +   {"PST",
> +    {'P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r','d',' ','T',
> +     'i','m','e','\0'}, 480, 0},
>     {"PDT",
>      {'P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r','d',' ','T',
>       'i','m','e','\0'}, 420, 1},

Hmm... I don't know if anything actually uses the names, but I doubt 
these are right. PDT would normally be referred to as Pacific Daylight 
Time. Any chance of getting you to add some tests for these?



More information about the wine-devel mailing list