Re: NZDT Question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: NZDT Question
Дата
Msg-id 12356.1190776798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на NZDT Question  ("Mike C" <smith.not.western@gmail.com>)
Ответы Re: NZDT Question  ("Mike C" <smith.not.western@gmail.com>)
Список pgsql-general
"Mike C" <smith.not.western@gmail.com> writes:
> I've just upgraded from Postgres 8.1.0 to 8.1.10 to update the NZ
> timezone changes, but it doesn't seem to make a difference (I've also
> patched linux). Ideas?

Hm, works for me:

Welcome to psql 8.1.10, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit

regression=# set timezone to 'Pacific/Auckland';
SET
regression=# select '2007-10-01 06:12:40.097244+12'::timestamptz;
          timestamptz
-------------------------------
 2007-10-01 07:12:40.097244+13
(1 row)

What have you got "timezone" set to?  Did you remember to restart
the postmaster after updating?

            regards, tom lane

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: subquery/alias question
Следующее
От: "Mike C"
Дата:
Сообщение: Re: NZDT Question