timezone, how postgres deal with it?

Поиск
Список
Период
Сортировка
От Anibal David Acosta
Тема timezone, how postgres deal with it?
Дата
Msg-id 011e01cdc768$c4fd1920$4ef74b60$@devshock.com
обсуждение исходный текст
Ответы Re: timezone, how postgres deal with it?
Re: timezone, how postgres deal with it?
Список 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)

 

Why?

 

Does postgres convert the datetime or just show/hide time zone?

 

 

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: get column name passed to a function
Следующее
От: Gary Chambers
Дата:
Сообщение: Re: timezone, how postgres deal with it?