Is there a way to access the time given from any particular atomic clock website by using a python module?
I am not looking for extreme accuracy. I am looking for a way to make sure my program gets the correct time in case the users cpu time is incorrect.
I have searched on the python 3 module index and have found time modules but none mention the atomic clock.
I have also looked on google and found a few mentions but nothing that was current and that could be useful.
Edit: Thanks for the info everyone. I guess I will just have to make sure the users clock is correct or have them make sure of it. Maybe I can just check the atomic clock when the user starts the program and then if their clock is off by a certain amount, show a pop up that lets them know of the difference in time and give them an option to disable the popup.
Thanks! Zach