Re: Australian timezone configure option

Bruce Momjian <pgman@candle.pha.pa.us>

From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Cc: Chris Dunlop <chris@onthe.net.au>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-patches@postgresql.org
Date: 2001-06-13T01:43:13Z
Lists: pgsql-hackers
> 
> >        <varlistentry>
> > +       <term>--enable-australian-tz</term>
> > +       <listitem>
> > +        <para>
> > +         Enables Australian timezone support. This changes the
> > interpretation
> > +         of timezones in input date/time strings from US-centric to
> > +         Australian-centric.  Specifically, 'EST' is changed
> > from GMT-5 (US
> > +         Eastern Standard Time) to GMT+10 (Australian Eastern
> > Standard Time)
> > +         and 'CST' is changed from GMT-5:30 (US Central Standard Time) to
> > +         GMT+10:30 (Australian Central Standard Time).
> > +        </para>
> > +       </listitem>
> > +      </varlistentry>
> > +
> > +      <varlistentry>
> >         <term>--enable-locale</term>
> >         <listitem>
> >          <para>
> 
> What about us West Australians living in WST (Western Standard Time) ?

That is already in there.  The setting is for names that conflict with
other names:

    {"wst", TZ, 48},            /* West Australian Std Time */

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026