Problems storing timestamps with calendars

Поиск
Список
Период
Сортировка
От Martin Keller
Тема Problems storing timestamps with calendars
Дата
Msg-id 426FBDA4.2010306@unitedplanet.de
обсуждение исходный текст
Ответы Re: Problems storing timestamps with calendars  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi,

We have some trouble with storing timestamps via
PreparedStatement.setTimestamp(int, Timestamp, Calendar) into a
timestamp column without timezone.
It looks like that the timestamp values are adjusted in the wrong
direction if the timezone of the calendar is not the default timezone of
the java vm.

Are we doing anything wrong or is this a bug?


Regards,
Martin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1 possiblesolution
Следующее
От: Alberto Rodriguez Galdo
Дата:
Сообщение: possible bug