NodeGuy / server-date

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

Add support for browsers without Date.now #30

Closed JamesSwift closed 7 years ago

JamesSwift commented 7 years ago

ServerDate assumes the existence of Date.now, this adds a shim in case it doesn't exist.