Categories
technews

Oracle is bringing back Java time zone updating tool

java_DEV_120-294670432ed2b4a6Oracle is bringing back Java time zone updating tool and has reversed a decision it made to remove the “tzupdater” tool from public download. The tool is used to update Java’s internal time zone database and allows users to adjust Java installations so they reflect correct timezones from around the world. Oracle had decided to remove the “tzupdater” tool at the start of March as part of the company’s ending of public updates to Oracle JDK 6, only making the software available to customers with Java 6 support contracts.

Time zones are adjusted regularly around the world by local authorities and keeping synchronised can be a near constant task. The tz database, which used to be called the Olson database, acts as a reference for all this information.The tzupdater tool is built using that database, converted it into the format required by Java, and patches Java installations with the updated information. Oracle update Java to the latest time zone data in JDK and JRE releases whenever they release a maintenance or update version, but there are users who need to ensure they always have to most up to date version of the time zone database installed; for them, Java maintenance updates do not happen quickly enough.

In the announcement of the reversal, Oracle’s Henrik Stahl explained that the inability to update JDK 7’s time zone data was “not in line with our policy” and that “The most recent version of the Oracle JDK will always be available royalty free (including any tools required to keep it up to date)”. Oracle is, says Stahl, also looking for ways to reduce the gap between time zone database updates and JDK/JRE updates. The tzupdater tool is available to download as is documentation on its use.