HP-UX 11i Java tzupdater Release Notes

by Java, even after patching for 2007c using previous versions
of tzupdater.
The unrecognized time zone IDs include AST4ADT#Canada and NST3:30NDT#Canada,
which were introduced in the HP-UX patch for 2007 US DST changes.
If a time zone ID is not recognized, a default value of GMT+/-
is used. For example, for AST4ADT#Canada, GMT-4 is used as the
default and for NST3:30NDT#Canada, GMT-3:30 is used as the default.
The 1.0.2a version of tzupdater will fix the tztab TZ id mapping problem
by updating the file ./jre/lib/tzmappings as part of the normal
tzupdater patch process.
If you use any of the following time zone IDs as a value for setting the TZ
environment variable, please run tzupdater 1.0.2a to patch your JRE:
EST5EDT#Indiana
CST6CDT#Indiana
AST4ADT#Canada
NST3:30NDT#Canada
MXST6MXDT#Mexico
PST8PDT#Mexico
MST7MDT#Mexico
CST6CDT#Mexico
Usage
The tzupdater 1.4.3 tool modifies the JDK/JRE image used to execute the tool.
A single JDK/JRE image is modified per execution. To administer the tool to multiple
JDK/JRE instances, read “System-Wide Usage in the “Known restrictions (page 13)
section.
Any executing instances of the JDK/JRE to be operated upon must be stopped prior to
running the tzupdater tool against that installed JDK/JRE on-disk image. Write permission
on the JDK/JRE directories is required.
The command-line interface is:
java -jar <extract_dir_path>/tzupdater.jar [options]
(Where <extract_dir_path> is the local directory where the tool bundle was
downloaded.)
Options
If no options are specified, the usage message is displayed. In order to perform time
zone data updates, either the -u or -f option must be specified.
-h, --help Print the usage to stdout and exit. Other options are
ignored if this option is specified.
-V, --version Show the tool version number and the tzdata version numbers
of the JRE and the archive embedded in the jar file and
exit.
-u, --update Update the time zone data and perform verification tests.
The verification tests can be run separately with the -t
option. If this option is specified with -h, -t, or -V
options, the command displays the usage to stdout and exits.
-f, --force Force update the tzdata even if the version of the tzdata
archive is older then the JRE's tzdata version. This
Usage 7