Add time zone to TZ_Info

Roger obc at toast.net
Sun Oct 31 17:08:57 CST 2004


I agree that PDT should say "Pacific Daylight Time" but whoever wrote
this section refered to both ..DT and ..ST as "Standard Time" for some
good reason.I assumed so I followed convention.  It came up in an app
I was running as a fixme since we switched to std time today and is used
by TIME_GetTZAsStr().  If it appears beneficial, I'll be happy to change
all the ..DT references to "Daylight Time" and resubmit.

Duane Clark on Sunday, October 31, 2004 2:34 PM wrote:


> 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