Time Configuration
From GreyWiki
Use:
zdump -v /etc/localtime | grep 2007
...to verify the 2007 timezone settings. If it shows April 1st as the date of change and not March 11, link the localtime file:
ln -fs /etc/localtime /usr/share/zoninfo/PST8PDT zdump -v /etc/localtime | grep 2007
The expected output should indicate Mar 11 and Nov 4 as the start and end dates.