DaylightSavingsTimeNotes

DST 2007 Changes

Changes made to Daylight Savings Time for this year mean that all systems need to be updated with the latest timezone information.

Supported Linux Distributions

No Longer Supported Distributions

Checking Your Systems

The ones that have been patched should have been automatically applied to a system. However, if you've disabled the automatic patching mechanism you can verify that you are patched and ready by running a few commands:

Run all of these as root:

  1. yum update tzdata

  2. /usr/sbin/tzdata-update

  3. /usr/sbin/zdump -v /etc/localtime | grep 2007

The output of the last one should be:

/etc/localtime  Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007 EST isdst=0 gmtoff=-18000
/etc/localtime  Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 EDT isdst=1 gmtoff=-14400
/etc/localtime  Sun Nov  4 05:59:59 2007 UTC = Sun Nov  4 01:59:59 2007 EDT isdst=1 gmtoff=-14400
/etc/localtime  Sun Nov  4 06:00:00 2007 UTC = Sun Nov  4 01:00:00 2007 EST isdst=0 gmtoff=-18000

If the output says 'April' or 'October' anywhere on it then the system is NOT properly patched.

People with questions about DST patching on their linux systems can email [MAILTO] linux@linux.duke.edu or contact the help desk.


CategoryDistro

last edited 2007-02-16 16:26:12 by SethVidal