You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spec/timezone.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ <h1>
88
88
<dlclass="header">
89
89
</dl>
90
90
<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_.
92
92
The operation returns *null* if no such transition exists for which _t_ ≤ ℤ(nsMaxInstant).
93
93
</p>
94
94
<p>
@@ -113,7 +113,7 @@ <h1>
113
113
<dlclass="header">
114
114
</dl>
115
115
<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_.
117
117
The operation returns *null* if no such transition exists for which _t_ ≥ ℤ(nsMinInstant).
0 commit comments