Re: Fix for using JDK1.2 instead of JDK1.4 method in date/time/timestampToString

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Kim Ho <kho(at)redhat(dot)com>, pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>, Barry Lind <blind(at)xythos(dot)com>, Dave Cramer <Dave(at)micro-automation(dot)net>
Subject: Re: Fix for using JDK1.2 instead of JDK1.4 method in date/time/timestampToString
Date: 2003-07-17 17:53:55
Message-ID: 3F16E2B3.5010402@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:>
> On 17 Jul 2003, Kim Ho wrote:
>
>
>>Uses a slightly longer method of getting the rawoffset and then adding
>>the DST offset if any.
>>
>
>
> This is still not good enough. It must be jdk1.1 method to be in the
> jdbc1 directory.
>

I think is about time to drop support for both JDBC1 and JDK 1.1

--
Fernando Nasser
Red Hat - Toronto E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Patric Bechtel 2003-07-17 17:56:05 Re: setFetchSize() [Viruschecked]
Previous Message Kris Jurka 2003-07-17 17:47:52 Re: Fix for using JDK1.2 instead of JDK1.4 method in