Originally posted by: SystemAdmin
I am an aix newbie.
I am concerned about the upcoming (2007.03.11) DST change.
How can I verify readiness of our aix boxes?
zdump apparently indicates that we are not ready.
ksh> echo $TZ
EST5EDT
ksh> zdump -v $TZ | grep 2007
... April 1 ...
ksh> zdump -v /usr/share/lib/zoneinfo/US/Eastern | grep 2007
... April 1 ...
ksh> zdump -v /usr/share/lib/zoneinfo/EST5EDT | grep 2007
... April 1 ...
instfix seems to indicate that IY75211 has already been applied.
ksh> instfix -iak IY75211
... All filesets for IY75211 were found.
My research indicated that zdump on aix "uses its own files" and is not affected by IY75211, but I was unable to understand the report, given my ignorance of the APAR mechanism, and apparently incorrect belief that zdump interprets the binary zoneinfo files it is explicitly given.
What concept(s) am I missing?
TIA,