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

getTimezoneOffset throws exception #19

Closed curby closed 9 years ago

curby commented 9 years ago

Adding this to the end of the last <script> element in example.html:

alert(ServerDate.getTimezoneOffest());

throws this in Chrome's Console:

Uncaught TypeError: undefined is not a function

This might not be considered a problem in ServerDate as it just does what Date would do.

NodeGuy commented 9 years ago

Looks like you have a typo: Offest should be Offset.

curby commented 9 years ago

Ha, I'm dumb. Sorry about that.