Clock on webpage using server and system time?
I need to add a clock to a web page. The clock needs to be synchronized with a server but I really don't want to have it constantly check the server as the page will be open 24/7 on several PCs. Is there some way to get the time from the server and then use the systems clock to keep it updated and check the server every 15 minutes or so to keep it synced? The way I've gone about this before is: Take the time from the server, Take the time from the client (immediately) Get an offset. When showing the clock, apply the offset to the current time on the client. You only need to update this