mde/timezone-js

toISOString returns incorrect value near (but not during) DST change

richardhills opened this issue · 1 comments

In Pacific Standard Time:

new timezoneJS.Date(1446361200000).toISOString() = "2015-11-01T06:00:00.000Z"

However, it should be "2015-11-01T07:00:00.000Z"

mde commented

This library is no longer maintained, and this repo is here only for historical interest.