I'm currently using my own web service to get the time. The page sends an ajax request and receives a json string that contains the current date and time.
I've looked around on the web and I'm found other servers that allow for a jsonp request to get the time but I don't know how reliable they really are.
Is there a reliable and free service to retrieve the current time that you can recommend?
Thanks.