> -----Original Message-----
> From: Kris Jurka [mailto:books@ejurka.com]
> Sent: Friday, January 05, 2007 12:18 PM
> To: Do, Leon (Leon)
> Cc: Oliver Jowett; Dave Cramer; imad; pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC] help with front/backend datatype converting
>
>
>
> On Fri, 5 Jan 2007, Do, Leon (Leon) wrote:
>
> > It would be nice if you can add a support for parsing hh:mm
> as well as
> > hhmm to conform to ISO8601. There are many other uses of
> this class.
> > I sent the changes earlier.
> >
>
> This class is not part of any public API and is intended for
> usage by the driver only. We have no desire to add or
> maintain code beyond what is necessary for the driver. You
> are certainly free to copy and reuse this code under the BSD
> license, but you will have to maintain your own code changes
> unless you can demonstrate a usefulness for them within the driver.
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.
>
> Kris Jurka
>