This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Daylight Savings Time and Energy Policy Act of 2005

I am just curious as to if i should be worried about the new Daylight Savings act that is going into play in about 2 months from now.  I know that it has affected several cisco and windows applications and systems.  Please let me know if there will be a patch or if we should be fine.

Thanks,
Ryan


This thread was automatically locked due to age.
Parents
  • One way to test, is by doing these commands from cli:

    date --date="Mar 25 15:00:00 UTC 2007"
    date --date="Mar 25 15:00:00 UTC 2006"

    EXPECTED RESULT FROM ANOTHER LINUX BOX (CentOS4). Notice the one hour difference in time:

    [root@monitor2 ~]# date --date="Mar 25 15:00:00 UTC 2007"
    Sun Mar 25 11:00:00 EDT 2007
    [root@monitor2 ~]# date --date="Mar 25 15:00:00 UTC 2006"
    Sat Mar 25 10:00:00 EST 2006


    RESULT FROM ASTARO FIREWALL AND ACC:

    FW:

    gw:/root # date --date="Mar 25 15:00:00 UTC 2007"
    Sun Mar 25 10:00:00 EST 2007
    gw:/root # date --date="Mar 25 15:00:00 UTC 2006"
    Sat Mar 25 10:00:00 EST 2006

    ACC:

    loginuser@acc:/home/login > date --date="Mar 25 15:00:00 UTC 2007"
    Sun Mar 25 10:00:00 EST 2007
    loginuser@acc:/home/login > date --date="Mar 25 15:00:00 UTC 2006"
    Sat Mar 25 10:00:00 EST 2006

    This is something that Astaro had better set to work on.....
  • Hi,

    thanks for this posting. It's still not Mar 25, so rest assured that this issue will be addressed in due time [;)]

    Cheers
  • March 11 in the U.S. btw.

    Barry
  • Even better run this command
    zdump -v /etc/localtime | grep 2007
    Even tried updating the the localtime to point to EST5EDT but no luck still pointing to Apr 1 not march 11 Not good.
Reply Children
No Data