Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any reference to free internet time web service

I need to get real-time information about Date and Time for my application. FYI, i develop an app for a TV, so there's no reliable local-machine time like we got from new Date(). I use javascript for the development.

My plan is to get the time from a server. But I don't have a server for this project, so I can't set any server-side scripting to handle this. All i need is a free web service that provide Date and Time info. Any references?

Thanks.. :)

like image 282
yusufabdulloh Avatar asked Oct 18 '11 03:10

yusufabdulloh


2 Answers

take a look at http://www.timeapi.org/utc/now a simple ajax call to it should return the current time.

like image 197
Last Rose Studios Avatar answered Sep 22 '22 08:09

Last Rose Studios


I think this would be helpful for you: http://time.gov/aboutB.html

like image 38
Gaurav Agrawal Avatar answered Sep 18 '22 08:09

Gaurav Agrawal