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
I'm fine with this if it wouldn't be considered a normative change, but an after-the-fact review comment on #2519. (The inconsistency was obviously not intended, and the reference JS code doesn't have the inconsistency.)
This was an omission in #2519, a recently-merged normative change, that
Anba spotted after the fact. Possibly a rebase error.
Makes getOffsetStringFor consistent with getPlainDateTimeFor and
getInstantFor. The reference code was already correct here.
Closes: #2775
This was an omission in #2519, a recently-merged normative change, that
Anba spotted after the fact. Possibly a rebase error.
Makes getOffsetStringFor consistent with getPlainDateTimeFor and
getInstantFor. The reference code was already correct here.
Closes: #2775
Temporal.TimeZone.prototype.getOffsetStringFor calls
CreateTimeZoneMethodsRecord
and thenToTemporalInstant
, whereas Temporal.TimeZone.prototype.getPlainDateTimeFor and Temporal.TimeZone.prototype.getInstantFor first callToTemporalInstant
and thenCreateTimeZoneMethodsRecord
.The text was updated successfully, but these errors were encountered: