Re: Allowed timezone values

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Allowed timezone values
Дата
Msg-id 20051014.183535.70222874.ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Allowed timezone values  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Allowed timezone values  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> Also, JST doesn't work anymore, but JST9 does.  JST has no daylight
> savings time values, so it is a valid timezone setting, while EST is
> not:
> 
>     test=> set timezone = 'JST';
>     ERROR:  unrecognized time zone name: "JST"
> 
>     test=> set timezone = 'JST9';
>     SET

Note that JST and JST9 are completely different timezone. I'm not
sure this is correct or not...

test=# select '2005-10-14 18:00' at time zone 'JST';     timezone       
---------------------2005-10-15 08:00:00
(1 row)

test=# select '2005-10-14 18:00' at time zone 'JST9';     timezone       
---------------------2005-10-14 14:00:00
(1 row)
--
SRA OSS, Inc. Japan
Tatsuo Ishii


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

Предыдущее
От: Thomas Hallgren
Дата:
Сообщение: Re: Link problems with HEAD
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Allowed timezone values