Re: timezone, how postgres deal with it?

Поиск
Список
Период
Сортировка
От Gary Chambers
Тема Re: timezone, how postgres deal with it?
Дата
Msg-id alpine.DEB.2.02.1211201651270.14205@bail
обсуждение исходный текст
Ответ на timezone, how postgres deal with it?  ("Anibal David Acosta" <aa@devshock.com>)
Ответы Re: timezone, how postgres deal with it?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> This query returns false
> select ('2012-11-20 17:00:00-02:00'::timestamp with time zone) = ('2012-11-20 18:00:00-03:00'::timestamp with time
zone)

It's false for me, too.  Change '2012-11-20 18:00:00-03:00' to the correct '2012-11-20
16:00:00-03:00' and it will work as you expect.

--
G.


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

Предыдущее
От: "Anibal David Acosta"
Дата:
Сообщение: timezone, how postgres deal with it?
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: get column name passed to a function