Re: DST and time zones

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: DST and time zones
Дата
Msg-id 15258.1095563008@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: DST and time zones  (A Gilmore <agilmore@shaw.ca>)
Список pgsql-novice
A Gilmore <agilmore@shaw.ca> writes:
> I have table holding timestamps without a time zone (considered GMT).
> Ill being making inserts into this table with a timestamp like 3pm PST,
> which I need to be translated and inserted as GMT.  Later this will
> likely be queried where I need the timestamp returned for say EST.

This would all work a lot better if the column were timestamp *with*
timezone.  Trying to do it the way you are is just swimming upstream
to no particular purpose.

            regards, tom lane

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

Предыдущее
От: A Gilmore
Дата:
Сообщение: Re: DST and time zones
Следующее
От: Kumar S
Дата:
Сообщение: Creating a new column with SERIAL as data type