Re: Bug in timezone-parsing?

From: Ville Jantunen <villeja(at)avoltus(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug in timezone-parsing?
Date: 2007-04-16 19:26:18
Message-ID: 20070416192617.GA12507@mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> >Timezone offsets with seconds are new in the 8.2 server and the driver was
> >never updated for them. Older drivers don't have as much error detection
> >and silently ignore the second portion while newer drivers complain that
> >they're getting something they don't expect.
>
> Fix commited to cvs for 8.2 and head.

CVS-version now works perfectly, thank you for the very fast response!

The exact timezone I'm using is indeed Europe/Helsinki (as Tom Lane
suggested) which now seems to be included to the unit-test as well =).

-Ville

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-04-16 19:29:27 Re: Prepared Statements: Inefficient Type Conversion?
Previous Message James House 2007-04-16 19:21:04 Re: Prepared Statements: Inefficient Type Conversion?