Re: Timestamp with timezone output

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Timestamp with timezone output
Дата
Msg-id CACjxUsNBNqma82hr6cBLHhHuL_BPbrdnZhMvZJU16FE9njuGAg@mail.gmail.com
обсуждение исходный текст
Ответ на Timestamp with timezone output  (Arnaud Inovia Team <arnaud.becher@inovia-team.com>)
Ответы Re: Timestamp with timezone output  (Arnaud Inovia Team <arnaud.becher@inovia-team.com>)
Список pgsql-general
On Wed, May 25, 2016 at 9:47 AM, Arnaud Inovia Team
<arnaud.becher@inovia-team.com> wrote:

> While using "psql", when selecting a column timestamp with
> timezone, I get results with different timezones:
>
> -[ RECORD 6 ]---+-----------------------
> expiration_date | 2015-09-07 00:00:00+02
> -[ RECORD 7 ]---+-----------------------
> expiration_date | 2015-11-27 00:00:00+01
>
> Shouldn't all value be converted to the same timezone ?

Perhaps your local time zone ends Daylight Saving Time between
those dates, so the offset from UTC is different on those dates?

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Timestamp with timezone output
Следующее
От: Arnaud Inovia Team
Дата:
Сообщение: Re: Timestamp with timezone output