Re: [GENERAL] timezone incompatibility

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [GENERAL] timezone incompatibility
Дата
Msg-id 3D140ABC.A9ED531F@fourpalms.org
обсуждение исходный текст
Ответ на timezone incompatibility  ("Winter, Wolfgang" <Wolfgang.Winter@AtosOrigin.com>)
Список pgsql-jdbc
Barry Lind wrote:
>
> OK, I found the bug in the jdbc code.  It was treating a date coming
> from the server without timezone information as being in the local
> timezone instead of being in GMT.  I will fix this over the weekend.

For "timestamptz" aka TIMESTAMP WITH TIME ZONE if it doesn't have a time
zone then it is GMT. If it is "timestamp" aka TIMESTAMP WITHOUT TIME
ZONE then they all are in the local time zone.

Does the JDBC driver let you distinguish between all of the cases?

                    - Thomas

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: timezone incompatibility
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Bug with binding query parameters hangs entire connection