Sunday, March 9, 2008

Fedora Core 4 Daylight Savings Fix

I was wondering why my Fedora Core 4 server wasn't using the new daylight saving rules. Apparently it needed a patch for the tzdata (timezone data) file. You can download the newest version via this link. Afterwards make create a soft link to /etc/localtime from /usr/share/zoneinfo/, e.g.:

ln –fs /usr/share/zoneinfo/America/New_York /etc/localtime

And that'll fix it!

0 comments: