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 occasionally from the server.
The problem that you've got to sort out though is that in making a request to get the time from the server, there will be a lag before you can get the client time. You can probably minimize this by using an ajax request to get the server time and nothing else, thereby cutting overhead and network lag etc.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…