Re: Australian timezone configure option

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Australian timezone configure option
Дата
Msg-id 200106130143.f5D1hDP17943@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: Australian timezone configure option  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-patches
>
> >        <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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Australian timezone configure option
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: DROP CONSTRAINT (UNIQUE) preliminary support