Skip to content

Commit 9ce05ab

Browse files
committed
Editorial: Assert ISO date-time is within limits in DisambiguatePossibleEpochNanoseconds
1 parent 77bef95 commit 9ce05ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/timezone.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ <h1>
294294
<dd>It chooses from a List of possible exact times the one indicated by the _disambiguation_ parameter.</dd>
295295
</dl>
296296
<emu-alg>
297+
1. Assert: ISODateTimeWithinLimits(_isoDateTime_) is *true*.
297298
1. Let _n_ be _possibleEpochNs_'s length.
298299
1. If _n_ = 1, then
299300
1. Return _possibleEpochNs_[0].

0 commit comments

Comments
 (0)