codebox / moment-precise-range

A moment.js plugin to display human-readable date/time ranges
https://codebox.net/pages/moment-date-range-plugin
MIT License
150 stars 91 forks source link

Fix timezone issue #16

Closed seoker closed 8 years ago

seoker commented 8 years ago

To fix #15

codebox commented 8 years ago

Please also add some unit tests to moment-precise-range-test.js demonstrate that this works as intended - at the moment it seems to break a few of the existing tests

codebox commented 8 years ago

Actually, don't worry about it - the breaking tests were caused by a lack of timezone qualifier in the test cases, I've added some tests and all seems good now. Many thanks for spotting/fixing the issue.