node.js timezone independant Date.now()
What is a common way to sync timeStamps across servers and clients in
node.js, not dependant on timezone?
e.g., a Date.now() equivalent that would provide the same time on the
server and client. Preferably without any node.js modules, or client side
libraries.
No comments:
Post a Comment