Re: Bug in TimestampUtils.java? - Mailing list pgsql-jdbc

From imad
Subject Re: Bug in TimestampUtils.java?
Date
Msg-id 1f30b80c0611091354x4a9b4cebk3bd0643e5d5b8a18@mail.gmail.com
Whole thread Raw
In response to Bug in TimestampUtils.java?  (Richard Cook <awhig@yahoo.com>)
List pgsql-jdbc
On 11/10/06, Richard Cook <awhig@yahoo.com> wrote:
>
> Hi All,
>
> I recently ran into a problem that was partially caused by some behaviour I
> found in TimestampUtils.java.  To me it does not seem right...
>
> I retrieved a Timestamp Column from Postgres as a Date. The data in the
> database had a timezone of GMT -0500, the current time was also in GMT
> -0500. If you look at the date that is returned from resultSet.getDate() on
> a Timestamp column, the timezone for the Date object is -0400. I would think
> that it should be -0500.

I suggest you to confirm it with your database server. Try developing the same
scenario without JDBC and see what you get because connectors are not
supposed to play with the data they get. It is the server who formats everything
before sending it to the client.

--Imad
www.EnterpriseDB.com

pgsql-jdbc by date:

Previous
From: Richard Cook
Date:
Subject: Bug in TimestampUtils.java?
Next
From: "ludovic orban"
Date:
Subject: Re: XA end then join fix for WebLogic