Re: Timestamp docs weirdness - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Timestamp docs weirdness
Date
Msg-id 11026.1066830814@sss.pgh.pa.us
Whole thread Raw
In response to Re: Timestamp docs weirdness  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Why do we support just 'zulu' and none of the other magic time zone names:
> http://wwp.greenwichmeantime.com/info/timezone.htm

AFAIK, zulu is the only one of those "military" designations that has
any currency at all.  I don't feel a strong need to import the rest
... particularly not the single-letter versions; the presence of those
would allow the system to accept many typos :-(

The real answer to all such questions, though, is that we ought not have
the set of known timezone names locked down in code at all.  It should
come from a user-alterable configuration file.  This would let us get
rid of "australian_timezones" as well as solve the perennial gripes from
out-of-the-way places that their favorite local zone name isn't
recognized.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: integer ceiling in LIMIT and OFFSET
Next
From: Robert Treat
Date:
Subject: Re: So, are we going to bump catversion for beta5, or not?