AT TIME ZONE: "convert"?

Поиск
Список
Период
Сортировка
От David Garamond
Тема AT TIME ZONE: "convert"?
Дата
Msg-id 418632DE.1020203@zara.6.isreserved.com
обсуждение исходный текст
Ответы Re: AT TIME ZONE: "convert"?  (David Garamond <lists@zara.6.isreserved.com>)
Список pgsql-general
The Postgres manual says:

The AT TIME ZONE construct allows conversions of time stamps to
different time zones.

I'd guess most people would think what's meant here is something like
"unit conversion", and that the timestamp value stays the same (much
like 2 feet becomes 24 inches when it's being "converted"). But:

# SELECT NOW() = NOW() AT TIME ZONE 'UTC';
  ?column?
----------
  f
(1 row)

--
dave

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

Предыдущее
От: Joachim Wieland
Дата:
Сообщение: Re: oracle synchronization strategy
Следующее
От: David Garamond
Дата:
Сообщение: Re: AT TIME ZONE: "convert"?