JDK 1.5 and TimeZone/sun.util.calendar.ZoneInfo issue

Hi -

I am working on a client/server application. The server code is being ported to JDK 1.5, but we need to support clients that are still running JDK 1.3. One of the issues we are facing is that the defaultTimeZone

in JDK 1.5 has been changed to sun.util.calendar.ZoneInfo whereas

the default in 1.3 is SimpleTimeZone.

Does any one have an idea of how to convert an object that is of

type sun.util.calendar.ZoneInfo to SimpleTimeZone?

Many thanks for any inputs.

[508 byte] By [egurkhaa] at [2007-10-2 4:05:42]
# 1
don't use the sun.* classes. They're liable to change without notice between versions.
jwentinga at 2007-7-15 23:28:26 > top of Java-index,Administration Tools,Sun Connection...