You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using moment-timezone, moment functions that are time-zone dependent should honor that zone. This appears to work with the zone function, but not with isDSTShifted.
vartz='Europe/Paris';vardt='2014-05-14 12:34:56';moment.tz(dt,tz).isDSTShifted()// returns false, should return true
When using moment-timezone, moment functions that are time-zone dependent should honor that zone. This appears to work with the
zone
function, but not withisDSTShifted
.See also: http://stackoverflow.com/a/23671211/634824
The text was updated successfully, but these errors were encountered: