LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Time updated by ntp is 1 hour behind (https://www.linuxquestions.org/questions/linux-newbie-8/time-updated-by-ntp-is-1-hour-behind-195874/)

jon1591 06-21-2004 02:14 AM

Time updated by ntp is 1 hour behind
 
Hi Guys,
Whenever I use ntptimeset -s to update my time the clock is always set 1 hour behind. I think it's something to do with British Summer Time. My time zone is Europe/London. How do I make ntp set the clock right or make a script to change the time after it has been updated.

Thanks in Advance

Jon

AndrewKey 06-21-2004 03:50 AM

Which NTP server are you connecting to?

What is your computer's local time?

Can you post your ntp.conf?

Regards,

jon1591 06-21-2004 02:34 PM

Thanks for your help but I have fixed the problem myself. My timezone wasn't set properly and I had to add the line
Code:

TZ='Europe/London'; export TZ
to my ~/.bashrc

Thanks Anyway

Jon


All times are GMT -5. The time now is 11:43 PM.