RE: Australian timezone configure option

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
To: "Chris Dunlop" <chris@onthe.net.au>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: <pgsql-patches@postgresql.org>
Date: 2001-06-13T01:35:20Z
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) ?

Chris