'How to get exact UTC date in both JS and NodeJS

I am trying to calulate the difference in ms between two dates. These two dates are from different computers. I need a function that will work in both nodejs and js(or two separate ones that will work with either) that can give me the distance between the the two dates.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source