I'm writing a web app that requires an objective source of time "atomic clock or otherwise" to deal with API rate limits that reset every 15 minutes.
Is there a python library out there for this task or should I try scraping a webpage or what?
EDIT: I'm sorry for not being philosophically clear about "objective." I just meant a website that offers a reasonably accurate source of time, instead of my computer or otherwise, that's accurate within a minute or two.