Skip to content

Commit

Permalink
Editorial: Update two references from DefaultTimeZone to SystemTimeZo…
Browse files Browse the repository at this point in the history
…neIdentifier
  • Loading branch information
anba committed Sep 28, 2023
1 parent 34956fd commit d7e9dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/datetimeformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>
1. Set _dateTimeFormat_.[[HourCycle]] to _hc_.
1. Let _timeZone_ be ? Get(_options_, *"timeZone"*).
1. If _timeZone_ is *undefined*, then
1. Set _timeZone_ to DefaultTimeZone().
1. Set _timeZone_ to SystemTimeZoneIdentifier().
1. Else,
1. Set _timeZone_ to ? ToString(_timeZone_).
1. If IsTimeZoneOffsetString(_timeZone_) is *true*, then
Expand Down
2 changes: 1 addition & 1 deletion spec/locales-currencies-tz.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h1>
</emu-clause>

<emu-note>
Any value returned from DefaultTimeZone that is not recognized as valid by IsTimeZoneOffsetString must be recognized as valid by IsValidTimeZoneName.
Any value returned from SystemTimeZoneIdentifier that is not recognized as valid by IsTimeZoneOffsetString must be recognized as valid by IsValidTimeZoneName.
</emu-note>

<emu-clause id="sec-canonicalizetimezonename" type="abstract operation">
Expand Down

0 comments on commit d7e9dab

Please sign in to comment.