What is a common way to sync timeStamps across servers and clients in node.js, not dependent 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.