You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
We seem to have an issue where computer clocks are not synchronised....
Solution:
get the time from the server
compare to the local time
store the offset
add the offset to the local time before we send any times to the server
Periodically update the offset (every 5mins?)
Potential issues with solution:
The offset also contains the latency from the initial server call
Hopefully this isn't too much of an issue because every user's offset will have a similar latency included (hopefully similar latencies, never anywhere near 5 seconds)
The text was updated successfully, but these errors were encountered:
We seem to have an issue where computer clocks are not synchronised....
Solution:
Potential issues with solution:
The text was updated successfully, but these errors were encountered: