Skip to content

Commit

Permalink
Editorial: Sync Time Zone Canonicalization proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Sep 26, 2023
1 parent bce6157 commit 8200cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/timezone.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@ <h1>get Temporal.TimeZone.prototype.id</h1>
</emu-clause>

<emu-clause id="sec-temporal.timezone.prototype.equals">
<h1>Temporal.TimeZone.prototype.equals ( _other_ )</h1>
<h1>Temporal.TimeZone.prototype.equals ( _timeZoneLike_ )</h1>
<p>
This method performs the following steps when called:
</p>
<emu-alg>
1. Let _timeZone_ be the *this* value.
1. Perform ? RequireInternalSlot(_timeZone_, [[InitializedTemporalTimeZone]]).
1. Let _other_ be ? ToTemporalTimeZoneSlotValue(_timeZoneLike_).
1. Return ? TimeZoneEquals(_timeZone_, _other_).
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 8200cf8

Please sign in to comment.