I've noticed that if I go onto my Windows machine and change the time zone, the time zone returned by my
Java application (which has been running this whole time) returns the prior time zone. I have to restart the Java application for the change to take effect.
Is there any way to have the JRE/Java re-load the time zone information from the Windows operating system without having to restart my JRE?
FYI, I'm on JDK 1.5_17, and the servers I run it on use mostly Windows 2000, though I've noticed this happens on Windows XP as well.
Thanks,
Jimmy