Re: help with front/backend datatype converting

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Do, Leon (Leon)" <leondo(at)alcatel-lucent(dot)com>
Cc: Oliver Jowett <oliver(at)opencloud(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>, imad <immaad(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: help with front/backend datatype converting
Date: 2007-01-05 19:52:14
Message-ID: Pine.BSO.4.64.0701051449570.9849@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 5 Jan 2007, Do, Leon (Leon) wrote:

> Leon-it is actually a bug in the class. The server could possibly sends
> a timezone in 'hhmm' format and the class treats the entire 4 digits as
> number of hours which is totally incorrect. I already provided the
> quick fix so it won't take too much effort to put it in the load. If
> you tell me the direction then I can add it in the load so you don't
> have to spend extra effort.
>

Please demonstrate how it is possible to generate a timezone in this
format. I can't seem to do it:

jurka=# set timezone='Asia/Tehran';
SET
jurka=# select now();
now
----------------------------------
2007-01-05 22:56:26.065258+03:30

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Do, Leon (Leon) 2007-01-05 21:46:09 Re: help with front/backend datatype converting
Previous Message Do, Leon (Leon) 2007-01-05 19:40:02 Re: help with front/backend datatype converting