Re: Timestamp without timezone issue

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Timestamp without timezone issue
Дата
Msg-id Pine.BSO.4.64.0712051048150.24930@leary.csoft.net
обсуждение исходный текст
Ответ на Timestamp without timezone issue  (Chip Gobs <chip.gobs@noaa.gov>)
Список pgsql-jdbc

On Tue, 4 Dec 2007, Chip Gobs wrote:

> We recently changed from using PostgreSQL 7.4.8 to 8.2.5 and switched the
> JDBC driver to the 8.2.506 version from the  74.215 version. We are and have
> been using build 1.5.0_04-b05 of the J2SE since before our Postgres version
> change.
>
> The column obstime is of type timestamp without timezone.   After using psql
> to experiment, it appears that the   -06 is being ignored and the time in the
> value assignment part of the update statement  is being considered as
> 10:00:00 UTC instead of 16:00:00 UTC.
>
> The following did not work:
>
> TimeZone tz = TimeZone.getTimeZone("UTC");
> Calendar cal = Calendar.getInstance(tz);
> Timestamp timestamp = new Timestamp(timeInMillis);
> statement.setTimestamp(index, timestamp , cal);
>

Could you be more clear on why this doesn't work?  The attached test case
seems like it is working as you desire.

Kris Jurka

Вложения

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: BatchUpdate exception
Следующее
От: "Kranti K K Parisa [GetSet-India]"
Дата:
Сообщение: Re: BatchUpdate exception