Re: TimeZone related issues in org.postgresql.jdbc2.TimestampUtils

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: carsten(dot)klein(at)axn-software(dot)de
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: TimeZone related issues in org.postgresql.jdbc2.TimestampUtils
Date: 2009-09-13 23:22:31
Message-ID: 4AAD7EB7.7020806@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2009-09-15 19:26:51 BUG #5058: [jdbc] Silent failure with executeUpdate()
Previous Message Carsten Klein 2009-09-13 20:31:11 TimeZone related issues in org.postgresql.jdbc2.TimestampUtils