Re: Timestamp Conversion Woes Redux - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Timestamp Conversion Woes Redux
Date
Msg-id 42DEDB5A.9000803@opencloud.com
Whole thread Raw
In response to Re: Timestamp Conversion Woes Redux  (Kris Jurka <books@ejurka.com>)
Responses Re: Timestamp Conversion Woes Redux  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Timestamp Conversion Woes Redux  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote:
>
> On Wed, 20 Jul 2005, Oliver Jowett wrote:
>
>
>>Kris Jurka wrote:
>>
>>
>>>!                                     { "TimeZone", java.util.TimeZone.getDefault().getID()}
>>
>>Ew! How much existing code is that going to break?
>
> Very little.

Aside from the issues that others have raised, I was worried about
existing code that does *not* use PreparedStatement. (probably with good
reason given this discussion!)

I really don't think the driver should be touching TimeZone :/

-O

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Java's set of timezone names
Next
From: Tom Lane
Date:
Subject: Re: Timestamp Conversion Woes Redux