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
Set plainRelativeTo to ! CreateTemporalDate(precalculatedPlainDateTime.[[ISOYear]], precalculatedPlainDateTime.[[ISOMonth]], precalculatedPlainDateTime.[[ISODay]], zonedRelativeTo.[[Calendar]]).
But plainRelativeTo isn't used in later steps (resp. it doesn't matter if it's still undefined or not).
Also applies to the similar steps in Temporal.Duration.prototype.total.
The text was updated successfully, but these errors were encountered:
Temporal.Duration.prototype.round, step 34.d:
But
plainRelativeTo
isn't used in later steps (resp. it doesn't matter if it's stillundefined
or not).Also applies to the similar steps in Temporal.Duration.prototype.total.
The text was updated successfully, but these errors were encountered: