|
Dst
Hi I havea NTP (network time Protocol Server) and I have to update the day light time for upcoming march,
I have the following information
OS linux 2.4
/etc/sysconfig/clock file has following information
ZONE="America/New_York"
UTC=false
ARC=false
also i have ntpd (deamon running)
and when i take zdump
# zdump -v US/Eastern |grep 2007
US/Eastern Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007 EST isdst=0 gmtoff=-18000
US/Eastern Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 EDT isdst=1 gmtoff=-14400
US/Eastern Sun Nov 4 05:59:59 2007 UTC = Sun Nov 4 01:59:59 2007 EDT isdst=1 gmtoff=-14400
US/Eastern Sun Nov 4 06:00:00 2007 UTC = Sun Nov 4 01:00:00 2007 EST isdst=0 gmtoff=-18000
Please let me know how to update NTP Linux server with DST.
Madmax
|