Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Fix various issues #1560

Merged
merged 12 commits into from
Jun 24, 2021
2 changes: 1 addition & 1 deletion spec/temporal.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h1>SystemUTCEpochNanoseconds ( )</h1>
<emu-alg>
1. Let _ns_ be the approximate current UTC date and time, in nanoseconds since the epoch.
1. [id="step-temporal-systemutcepochnanoseconds-clamp"] Set _ns_ to the result of clamping _ns_ between −8.64 × 10<sup>21</sup> and 8.64 × 10<sup>21</sup>.
1. Return _ns_.
1. Return ℤ(_ns_).
Ms2ger marked this conversation as resolved.
Show resolved Hide resolved
</emu-alg>
<emu-note>
<p>The precision of the result depends on the host. In particular, web browsers artificially
Expand Down