Can you help me find an NTP time server that is synchronised with an atomic clock

ntp

I would like to be able to read the time from an NTP server that is connected to a very accurate time source – an atomic clock, GPS clock, or similar. I can see an accurate clock here (http://www.atomic-clock.org.uk/atomic-clock.php) but would like an NTP version that I can use in some software that I'm writing.

Any help would be greatly appreciated.

EDIT: I've resolved the issue I was having (turns out it was my code, not the NTP server I was using)

Best Answer

Actually even if you find one NTP atomic based server(I dont think it exists) the NTP protocol isn't so accurate that your machine will have the same accuracy as the atomic clock. As wikipedia says:

NTP uses Marzullo's algorithm, and includes support for features such as leap seconds. NTPv4 can usually maintain time to within 10 milliseconds (1/100 s) over the public Internet, and can achieve accuracies of 200 microseconds (1/5000 s) or better in local area networks under ideal conditions.

An Atomic clock have a higher acurracy than NTP:

National standards agencies maintain an accuracy of 10βˆ’9 seconds per day (approximately 1 part in 1014), and a precision set by the radio transmitter pumping the maser.

Related Question