Re: Bug in TimestampUtils.java?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Richard Cook <awhig(at)yahoo(dot)com>
Cc: imad <immaad(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug in TimestampUtils.java?
Date: 2006-11-10 06:20:05
Message-ID: 45541A15.3010008@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Richard Cook wrote:

> If you look at the source code for the postgres jdbc driver, it
> retrieves the column as a string, then uses the TimeStampUtils class to
> create a date or timestamp out of it. I think the driver is incorrectly
> setting the timezone when it creates the Date object.

I missed the original post here, but if you retrieve the result as a
String what do you get? (the exact value please) .. and how does that
compare to the Date you get?

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message imad 2006-11-10 09:31:28 Re: Bug in TimestampUtils.java?
Previous Message Richard Cook 2006-11-09 22:37:52 Re: Bug in TimestampUtils.java?