Re: JDK5 and TimeTest

From: Kris Jurka <books(at)ejurka(dot)com>
To: Hari <hkodungallur(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDK5 and TimeTest
Date: 2006-08-30 03:42:38
Message-ID: Pine.BSO.4.63.0608292231360.28706@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 18 Aug 2006, Hari wrote:

> Hello,
>
> The TimeTest (jdbc2) fails for the tests with timezone while running
> the postgresql-jdbc tests using JDK5. This is using pgsql-jdbc version
> 8.0.311 and postgresql version 8.0.6.

I see no failure here with JDBC 8.0.317, server 8.0.8 and JDK 1.5.0_05.

> A simple Calendar code like this shows two different output under JDK
> 1.4 and JDK5:
>
> Calendar c = Calendar.getInstance();
> System.out.println(c.toString());

I see identical results for my timezone (US/Pacific). Perhaps this change
is specific to your zone (which you have not mentioned)?

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-08-30 05:19:32 Re: Exception in thread "main" java.lang.OutOfMemoryError:
Previous Message Kris Jurka 2006-08-30 02:56:28 Re: Could not determine data type of parameter $1