Time zone notes
From Brandonhutchinson.com
Linux
- After updating tzdata on a RHEL 2.1 AS system, /etc/localtime may have to be recreated if it was a hard link or copy of an out-of-date time zone data file. See this Red Hat Knowledgebase page.
# ln -sf /usr/share/zoneinfo/Australia/Sydney /etc/localtime
