How can I check for timezone changes and when they will occur such as daylight savings on Red Hat Enterprise Linux 4?
Updated -
Release Found: Tested on Red Hat Enterprise Linux 4
Solution:
The zdump
utility which comes with glibc-common
, can be used to output timezone data. For example, the following command will output all timezone data for Australia/Queensland:
# zdump -v Australia/Queensland
Some timezones conta...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.