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
Native Javascript date throws a RangeError when trying to parse a bad date e.g new Date("not-a-date").
timezone-mock throws an AssertionError in this case.
It really should throw a RangeError like native javascript Date object.