Re: Allowed timezone values - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Allowed timezone values
Date
Msg-id 4947.1129257733@sss.pgh.pa.us
Whole thread Raw
In response to Re: Allowed timezone values  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I assume it is related to these two TODO entries:

>         o Merge hardwired timezone names with the TZ database; allow either
>           kind everywhere a TZ name is currently taken

Yes, the point here is that the datetime token table has a bunch of
hardwired zone names --- actually not so much timezone names as names
for specific GMT offsets (eg, it has EST and EDT but not EST5EDT).
We need to think about how to generalize that facility and merge it with
the zic stuff.  This is not something that's going to get fixed for 8.1,
however.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Allowed timezone values
Next
From: Tom Lane
Date:
Subject: Re: Seeing context switch storm with 10/13 snapshot of 8.1beta3