Re: TimeZone related issues in org.postgresql.jdbc2.TimestampUtils - Mailing list pgsql-jdbc

From Carsten Klein (tarent)
Subject Re: TimeZone related issues in org.postgresql.jdbc2.TimestampUtils
Date
Msg-id c4c31e0705d696576ee5f99bd0ac30ff.squirrel@webmail.axn-software.de
Whole thread Raw
In response to Re: TimeZone related issues in org.postgresql.jdbc2.TimestampUtils  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
I wonder what had happened to my reply to your inquiry for sending the
standalone test case?

Did you receive that?

If not, could you please inform me so that I can resend it by inlining the
test case. The last time I did send it as an attachment...

Regards

Carsten


> Carsten Klein wrote:
>> Hi All,
>>
>> in an application that uses TIMESTAMP WITH TIME ZONE as the type for
>> certain attributes, we stumbled across the problem that, sometimes, the
>> values returned from the database will be adjusted so that the time zone
>> offset will be added/subtracted from the actual time stored in the
>> database.
>
> Timezone stuff is very picky. Can you provide a standalone testcase so
> we can see exactly what's going on?
>
> -O
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>





pgsql-jdbc by date:

Previous
From: David Langton
Date:
Subject: Re: Connection Properties for FetchSize and Autocommit
Next
From: "Jonas Donovan Hansen"
Date:
Subject: Safe upsert/merge from servlet