I need to fetch exact time from server to client side by jQuery, tha best approach maybe would be to read the GET headers where the date is formatted like this
HTTP/1.1 200 OK =>
Server => nginx
Date => Fri, 30 Sep 2011 09:10:23 GMT
...
anyone has idea how to read this to jQuery and show client the synced clock running ? ideally with option to add an event to be launched on defined time exactly ? please no server side php, just pure JS or jQuery