Any reference to free internet time web service
Asked Answered
E

2

7

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.. :)

Eddie answered 18/10, 2011 at 3:22 Comment(0)
F
12

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

Fair answered 18/10, 2011 at 3:26 Comment(2)
I found this service to be too slowDecretory
the service is down sometimes :(Thorfinn
M
2

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

Michaels answered 18/10, 2011 at 3:28 Comment(1)
I'm having trouble finding the actual webservice address from that page. Is it time.gov/actualtime.cgi or something else?Coburg

© 2022 - 2024 — McMap. All rights reserved.