Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: JDK5 and TimeTest





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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group