Re: Daylight Savings Time
"Mike Husmann" <[email protected]> Wed, 7 Feb 2007 16:21:07 -0600 (CST)
| Newsgroups | gmane.linux.trustix.general |
|---|---|
| Message-ID | <54114.192.168.2.103.1170886867.squirrel@squirrelmail.morningside.edu> |
On Wed, February 7, 2007 3:27 pm, Sebastien wrote: > 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! That did the trick. Thank you very much! Mike