diff --git a/moment-timezone.js b/moment-timezone.js index 6e568cd2..dd2f0213 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -640,7 +640,7 @@ offset; if (mom._z === undefined) { - if (zone && needsOffset(mom) && !mom._isUTC && mom.isValid()) { + if (zone && needsOffset(mom) && !mom._isUTC) { mom._d = moment.utc(mom._a)._d; mom.utc().add(zone.parse(mom), 'minutes'); }