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.

