Re: Timestamps without time zone - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Timestamps without time zone
Date
Msg-id 4784C694.9020202@opencloud.com
Whole thread Raw
In response to Re: Timestamps without time zone  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: Timestamps without time zone
Re: Timestamps without time zone
List pgsql-jdbc
Achilleas Mantzios wrote:

>> Which driver version are you using?
> Its the 7.4.19 built from source.

Ah, there is your problem then. That is a very old driver and had
problems with exactly the case you're trying to use (setTimestamp() with
a Calendar), amongst many other bugs.

Can you try a recent driver and see if it fixes your problem? Looking at
CVS history it looks like 8.1 is the earliest driver with
timezone-related fixes, but I'd suggest you try the most recent stable
driver.

Newer drivers will still talk to older servers, so you shouldn't need to
upgrade your server to test this.

-O

pgsql-jdbc by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Timestamps without time zone
Next
From: Achilleas Mantzios
Date:
Subject: Re: Timestamps without time zone