moment-timezone
moment-timezone copied to clipboard
`isDST()` returns incorrect results when using `add` or `subtract`
When modifying a moment object using the methods in the title, if the new datetime crosses into or out of DST, isDST()
returns the original result
Fiddle: http://jsfiddle.net/emsnawy7/1/
Seems related to the underlying bug causing #409