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
Calling toTemporalInstant() on an invalid date should throw a RangeError, but it currently just turns an instant of 0. new Date('foo').toTemporalInstant().toString() incorrectly returns "1970-01-01T00:00:00Z".
The text was updated successfully, but these errors were encountered:
Calling
toTemporalInstant()
on an invalid date should throw a RangeError, but it currently just turns an instant of 0.new Date('foo').toTemporalInstant().toString()
incorrectly returns"1970-01-01T00:00:00Z"
.The text was updated successfully, but these errors were encountered: