Re: Unexpected value in Time object

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Unexpected value in Time object
Дата
Msg-id 49062AFB.6020406@opencloud.com
обсуждение исходный текст
Ответ на Unexpected value in Time object  ("John Pile" <john@pile.us>)
Ответы Re: Unexpected value in Time object  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
John Pile wrote:

> I created a java.sql.Time object with an inner "fastTime" value of 1,
> storing it in a "time with time zone" field using a PreparedStatement
> insert.  When I retrieve it, also via PreparedStatement, I notice that
> the "fastTime" value is not the value 1 that I expected, but 86400001
> instead.  Although the toString() output looks the same for these two
> values, the check originalObject.equals(retrievedObject) returns false.

What is your JVM's default timezone?
What is the actual value stored in the DB?

-O

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

Предыдущее
От: John
Дата:
Сообщение: Re: Connection hanging on INSERT apparently due to large batch size and 4 CPU cores
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Unexpected value in Time object