timezone, how postgres deal with it?

Поиск
Список
Период
Сортировка
От Anibal David Acosta
Тема timezone, how postgres deal with it?
Дата
Msg-id 004701cdc8c7$3a5cf4b0$af16de10$@devshock.com
обсуждение исходный текст
Ответы Re: timezone, how postgres deal with it?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: timezone, how postgres deal with it?  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-admin

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)

 

But are exactly same time

 

Why?

 

timestamp with timezone just show/hide time zone?

 

thanks

 

 

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

Предыдущее
От: Shamim Uddin
Дата:
Сообщение: FW: [webmaster] Information Required
Следующее
От: Tom Lane
Дата:
Сообщение: Re: timezone, how postgres deal with it?