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
ToDateDurationRecordWithoutTime is called with a Temporal.Duration object, which means the total number of seconds doesn't exceed 2^53. Therefore days can never get too large for CreateDateDurationRecord to fail.
The text was updated successfully, but these errors were encountered:
The input is an existing valid Temporal.Duration object, which cannot have
a total of days through nanoseconds that exceeds the 2⁵³ limit. So days
cannot be out of range in the CreateDateDurationRecord call.
h/t Anba
Closes: #3028
ToDateDurationRecordWithoutTime
is called with aTemporal.Duration
object, which means the total number of seconds doesn't exceed 2^53. Thereforedays
can never get too large forCreateDateDurationRecord
to fail.The text was updated successfully, but these errors were encountered: