Time Zone Database Update
To update a java runtime environment (1.4+) with the last available time zone database, do the following:
Go to the Oracle website and download the TZ Updater tool: http://www.oracle.com/tech-network/java/javase/downloads/index-jsp-138363.html#timezone
Make sure that your JAVA_HOME environment variable is set correctly and "%JAVA_HOME%/bin" is included in the PATH environment variable
Unzip the archive
Run the updater tool (you might need administrator privileges, depending on your java installation): "java -jar tzupdater.jar -u -v"
More information can be found here: http://www.oracle.com/technetwork/java/javase/tzup- dater-readme-136440.html.