Re: Daylight Savings Time

Sebastien <[email protected]> Wed, 07 Feb 2007 16:27:42 -0500
Newsgroups gmane.linux.trustix.general
Message-ID <[email protected]>
Hello,

You can easily fix it using zic, and 
ftp://elsie.nci.nih.gov/pub/tzdata2007a.tar.gz
Expand the tzdata file in /tmp and then :

zic -d /usr/share/zoneinfo /tmp/northamerica

substitute northamerica for the correct file, depending on your timezone

to verify that everything is ok :
zdump -v EST | grep 2007

again, substitute EST with your timezone (found in /etc/sysconfig/clock)

hope this can help!

Sebastien