NTP,Network Time Protocol for time synchronization between computer systems over UDP.

learn more… | top users | synonyms

0
votes
2answers
1k views

Time and date in Raspbian vs. OpenELEC (one works, one not)

I've set up my Raspberry Pi from scratch with BerryBoot set up multiple OS's to boot into. Whenever I boot into 'OpenELEC 2013.01', the time and date gets set correctly, but whenever I boot into ...
3
votes
2answers
989 views

Why isn't NTPd updating local time?

I'm really happy with my Pi so far, but now that the website I'm developing on it is starting to need the time and date, I thought it was about time to get NTPd working. So I installed an NTP server ...
4
votes
1answer
2k views

NTPD not actually setting the time

NTPD appears to run successfully and poll the time server, however it doesn't actually set the time. # ntpd -d & ntp engine ready reply from 83.170.75.28: offset 1348642593.061240 delay ...
7
votes
3answers
2k views

How is time kept on the RPi?

Can anyone explain to me how time is kept on an RPi with the latest Raspian release? What sets the internal clock from an NTP server? What happens when no NTP server is availible? From my program I ...