Hi,
there is an issue after i migrated from jrockit 1.4.2_08 to
jrockit-R27.3.1-jdk1.4.2_14 which is related to the TimeZone, its reporting
different TimeZone and not able to fetch the local time zone.
After running tzinfo please find the result:
Tzinfo version:
java version "1.4.2_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)
BEA JRockit(R) (build R27.3.1-1-85830-1.4.2_14-20070716-1248-windows-ia32,
compiled mode)
Time zone data version: tzdata2007a
-------------------------------------------------------
Though i am based out of India, the timezone it reports as:
Europe/Riga
Europe/Rome
Europe/Samara
Default
->sun.util.calendar.ZoneInfo[id="GMT+05:30",offset=19800000,dstSavi
ngs=0,useDaylight=false,transitions=0,lastRule=null]
sun.util.calendar.ZoneInfo[id="Europe/Riga",offset=7200000,dstSavings=
3600000,useDaylight=true,transitions=126,lastRule=java.util.SimpleTimeZone[id=Eu
rope/Riga,offset=7200000,dstSavings=3600000,useDaylight=true,startYear=0,startMo
de=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2
,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]]
--------------------------------------------------
|