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
The date duration is the difference between two ZonedDateTimes, so cannot
be anywhere near the limit. Therefore, it's impossible that adding 1 day
could take it over the limit.
h/t Anba
Closes: #3030
The date duration is the difference between two ZonedDateTimes, so cannot
be anywhere near the limit. Therefore, it's impossible that adding 1 day
could take it over the limit.
h/t Anba
Closes: #3030
NudgeToZonedTime, step 11:
This reduces the absolute value of
roundedTimeDuration
and therefore can't fail.NudgeToZonedDateTime, step 14:
duration
is the difference between two ZonedDateTime, so adding ±1 won't overflow the valid duration limits.The text was updated successfully, but these errors were encountered: