Setting timezone: is it bug or intended?

Поиск
Список
Период
Сортировка
От Yura Sokolov
Тема Setting timezone: is it bug or intended?
Дата
Msg-id 4D831633.4020504@gmail.com
обсуждение исходный текст
Ответы Re: Setting timezone: is it bug or intended?  (Susanne Ebrecht <susanne@2ndQuadrant.com>)
Список pgsql-bugs
postgres=# set timezone='+03';
SET
postgres=# select now();
               now
-------------------------------
  2011-03-18 11:20:29.696671+03
(1 row)

postgres=# set timezone='+03:00';
SET
postgres=# select now();
              now
------------------------------
  2011-03-18 05:20:35.46008-03
(1 row)

(checked with 8.4 and 9.0)

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

Предыдущее
От: Korry Douglas
Дата:
Сообщение: Re: BUG #5935: Log lotation not working for default log format
Следующее
От: "Jonathan Brinkman"
Дата:
Сообщение: TO_CHAR(timestamptz,datetimeformat) wrong after DST change