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
In Temporal.now.plainDate and Temporal.now.plainDateISO, the
CreateTemporalDate abstract operation predictably returns a normal
completion record. The arguments are derived from a PlainDateTime object
which is known to be valid because it was produced from a successful
invocation of the SystemDateTime abstract operation.
The invocation of CreateTemporalTime in Temporal.now.plainTimeISO will
always return a normal completion record by the same logic.
0 commit comments