pf » Time Zone Issues with Java 1.4 on Windows
Time Zone Issues with Java 1.4 on Windows

If your experiencing timezone problems with Java 1.4 on Windows, it may be due to this bug: #5033603, which was fixed in Java 1.5.
Basically when Java 1.4 looks up your timezone information to set the default timezone it looks in HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/TimeZoneInformation first instead of just HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/TimeZoneInformation. It is possible that ControlSet001 is not your current control set, which is where the problems come in. You will see the correct timezone info in Windows Control panel but Java will be using the incorrect time zone.
This entry in the java discussion forums has lots of info describing the issue.
So to solve the problem you can update the registry settings manually, or your can set the system property at startup by adding -Duser.timezone=America/New_York (or whatever your timezone is) to your VM Arguments.
I have a massive Problem with timezones in Java: Java shows only the GMT Time - the windowsXP-pro shows always the correct time (wester europe standard / western europe summertime - with mark on daylight savings). I checked tehe registry-entrys, but they are always the same - no matter if i looking to cs001, cs002 or ccs. You wrote, that i can fix this via startup-parameters. How? What should i use for my timezone? thank you.
- ColdFusion 8 FCKeditor Vulnerability
- Ajax Same Origin Policy No More with Firefox 3.5
- Firefox 3.5 Introduces Origin Header, Security Features
- Tips for Secure File Uploads with ColdFusion
- 7 Years And Blog Entry Number 700
- CFCatch Java Exceptions
- Cheat Sheet for SQL Server
- CFML on Google App Engine for Java
RSS
add to del.icio.us
Pete Freitag is a software engineer, and web developer located in










