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:41]
# 1
One should not fiddle with sun.* classes and there should be no need for this either. What do you exactly need?
BIJ001a at 2007-7-15 23:28:25 > top of Java-index,Desktop,Deploying...
# 2
http://forum.java.sun.com/thread.jspa?threadID=678742&messageID=3959360#3959360
BIJ001a at 2007-7-15 23:28:25 > top of Java-index,Desktop,Deploying...