Skip to content

Commit

Permalink
Editorial: Sync ToLocalTime
Browse files Browse the repository at this point in the history
  • Loading branch information
anba authored and ptomato committed Jan 17, 2025
1 parent b125fce commit 2681429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/intl.html
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ <h1>
1. If IsTimeZoneOffsetString(_timeZoneIdentifier_) is *true*, then
1. Let _offsetNs_ be <del>ParseTimeZoneOffsetString</del><ins>! ParseDateTimeUTCOffset</ins>(_timeZoneIdentifier_).
1. Else,
1. Assert: IsValidTimeZoneName(_timeZoneIdentifier_) is *true*.
1. Assert: GetAvailableNamedTimeZoneIdentifier(_timeZoneIdentifier_) is not ~empty~.
1. Let _offsetNs_ be GetNamedTimeZoneOffsetNanoseconds(_timeZoneIdentifier_, _epochNs_).
1. Let _tz_ be ℝ(_epochNs_) + _offsetNs_.
1. If _calendar_ is *"gregory"*, then
Expand Down

0 comments on commit 2681429

Please sign in to comment.