LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   NTP time server issue - linux (https://www.linuxquestions.org/questions/linux-server-73/ntp-time-server-issue-linux-711193/)

linuxguy08 03-12-2009 06:42 PM

NTP time server issue - linux
 
Hi,

i tried to configure NTP in my linux server to adjust the DST time in CA

This what I gave in my ntp.conf, somehow it doesnot getupdated with DST.




restrict nist1.sjc.certifiedtime.com mask 255.255.255.255 nomodify notrap noquery
restrict clock.fmt.he.net mask 255.255.255.255 nomodify notrap noquery
restrict clock.sjc.he.net mask 255.255.255.255 nomodify notrap noquery
restrict time-a.nist.gov mask 255.255.255.255 nomodify notrap noquery
restrict pool.ntp.org mask 255.255.255.0 nomodify notrap noquery

i did ,

ntpdate -u nist1.sjc.certifiedtime.com

can you help me out in this issue.?
Thanks

archangel_617b 03-13-2009 12:27 AM

Quote:

Originally Posted by linuxguy08 (Post 3473729)
Hi,

i tried to configure NTP in my linux server to adjust the DST time in CA

This what I gave in my ntp.conf, somehow it doesnot getupdated with DST.




restrict nist1.sjc.certifiedtime.com mask 255.255.255.255 nomodify notrap noquery
restrict clock.fmt.he.net mask 255.255.255.255 nomodify notrap noquery
restrict clock.sjc.he.net mask 255.255.255.255 nomodify notrap noquery
restrict time-a.nist.gov mask 255.255.255.255 nomodify notrap noquery
restrict pool.ntp.org mask 255.255.255.0 nomodify notrap noquery

i did ,

ntpdate -u nist1.sjc.certifiedtime.com

can you help me out in this issue.?
Thanks

This is a timezone issue, not NTP. Use tzconfig (I think this depends on what distro you use.

- Arch


All times are GMT -5. The time now is 06:27 PM.