Skip to main content

International Components for Unicode

About ICU
  · ICU Home
  · Download ICU
  · ICU Demos & Tools
Documents
  · User Guide
  · FAQ
  · ICU4J FAQ
  · Docs & Papers
API References
  · ICU4C
  · ICU4J
  · ICU4JNI
Data & Charts
  · Conversion Tables
  · Feature Comparisons
  · Performance & Size
Development
  · Project Information
  · Meeting Minutes
  · Source Repository
  · Processes
  · Members-Only Area
Bugs & Contacts
  · Mailing Lists/Contacts
  · Bugs & Features
 

Related Websites

Unicode Consortium

Common Locale Data

IBM Open Source

Globalize
Your E-Business

Sun: Java i18n forum

 

ICU4J Time Zone Update Utility (ICUTZU)

Introduction

ICU4J Time Zone Update Utility (ICUTZU) is a utility that supplies ICU4J jar files with the latest time zone information and daylight savings time changeover dates.

The time zone data is stored in zoneinfo.res files which are generated by the ICU team using the Olson Time Zone Database (http://www.twinsun.com/tz/tz-link.htm). Every version of the time zone data corresponds directly to a version of the Olson database. For example "2006a" refers to the first refresh of the Olson database in 2006.

ICUTZU works by searching the file system for ICU4J jar files containing old time zone data, checking online for the newest time zone data and updating the ICU4J jar files accordingly. The user can choose to update from a copy of the time zone data that comes bundled with ICUTZU or from an online copy on the ICU servers.

If you would like more information on using ICUTZU, please view the ICUTZU documentation.

Installation

Unpack the archive into a directory of your choosing. For Unix-based systems, you will need to set permissions on runicutzu.sh:

chmod 755 runicutzu.sh

Download

You can download the latest version of ICUTZU from here:

Release Source
Code
Date Major Changes
1.1.0
(4.06 MB)
1.1.0
(42 KB)
2007-December-11 Fixed an issue with icu4j 3.8 where update failed due to duplicate jar entries, now removes duplicates.
Also changed much of the way logging and error reporting is handled.
1.0.0
(3.77 MB)
1.0.0
(42 KB)
2007-April-20 Initial release.