dthree
dthree

Reputation: 20730

Internet API to get atomic time

I am writing a locally-run app that needs to check the internet with a web call to verify the actual time - it doesn't trust the clock on the user's computer.

I'm searching all over and can't find some publicly available API that can just return this.

What I am doing is super low volume, so I am looking for something that doesn't require API keys - it can just be requested, or, if need be, scraped.

Anyone know of anything like this?

Upvotes: 0

Views: 428

Answers (1)

harshitpthk
harshitpthk

Reputation: 4136

Checkout the following url. http://www.timeapi.org/

To get current UTC time you can do something like this. http://www.timeapi.org/utc/now

Upvotes: 1

Related Questions