NodeGuy / server-date

Make the server's clock available in the browser.
http://www.nodeguy.com/serverdate/
Mozilla Public License 2.0
193 stars 52 forks source link

Rename precision to accuracy #18

Closed curby closed 9 years ago

curby commented 9 years ago

From a quick read of the code, the variable "precision" seems to refer to a possible offset between "true" and reported server time due to network latency: this difference is correctly labeled "accuracy."

http://en.wikipedia.org/wiki/Accuracy_and_precision

NodeGuy commented 9 years ago

No, the accuracy of the difference between the two clocks is unknowable.