moment-timezone icon indicating copy to clipboard operation
moment-timezone copied to clipboard

`isDST()` returns incorrect results when using `add` or `subtract`

Open brmc opened this issue 6 years ago • 1 comments

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/

brmc avatar Aug 06 '18 08:08 brmc

Seems related to the underlying bug causing #409

gilmoreorless avatar May 07 '23 09:05 gilmoreorless