Re: time zone on timestamp fields

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: time zone on timestamp fields
Дата
Msg-id 2116.1059697753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на time zone on timestamp fields  ("Arno A. Karner" <karner@tnss.com>)
Список pgsql-admin
"Arno A. Karner" <karner@tnss.com> writes:
> I'm playing with redhat 9.0 which is postgresql 7.3..2
> I set my date style like I have on previous releases to "ISO" the time
> stamps show up in ISO format, but with out time zone info?

"timestamp" now means "timestamp without time zone", per SQL spec.

You want datatype "timestamp with time zone" (or "timestamptz" if you're
lazy).

            regards, tom lane

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

Предыдущее
От: Romildo Wildgrube
Дата:
Сообщение: Re: a question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Stuck Spinlock Error Message