Skip to content

Commit 9999373

Browse files
leftmostcatptomato
authored andcommitted
Clarify strict inequality in getTimeZoneTransition()
1 parent 726becd commit 9999373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/timezone.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>
8888
<dl class="header">
8989
</dl>
9090
<p>
91-
The returned value _t_ represents the number of nanoseconds since the epoch that corresponds to the first time zone transition after _epochNanoseconds_ in the IANA time zone identified by _timeZoneIdentifier_.
91+
The returned value _t_ represents the number of nanoseconds since the epoch that corresponds to the first time zone transition strictly after _epochNanoseconds_ in the IANA time zone identified by _timeZoneIdentifier_.
9292
The operation returns *null* if no such transition exists for which _t_ ≤ ℤ(nsMaxInstant).
9393
</p>
9494
<p>
@@ -113,7 +113,7 @@ <h1>
113113
<dl class="header">
114114
</dl>
115115
<p>
116-
The returned value _t_ represents the number of nanoseconds since the epoch that corresponds to the last time zone transition before _epochNanoseconds_ in the IANA time zone identified by _timeZoneIdentifier_.
116+
The returned value _t_ represents the number of nanoseconds since the epoch that corresponds to the last time zone transition strictly before _epochNanoseconds_ in the IANA time zone identified by _timeZoneIdentifier_.
117117
The operation returns *null* if no such transition exists for which _t_ ≥ ℤ(nsMinInstant).
118118
</p>
119119
<p>

0 commit comments

Comments
 (0)