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
1. Set _seconds_ to ! ToIntegerOrInfinity(_seconds_).
515
515
1. If _fraction_ is not *undefined*, then
516
516
1. Set _fraction_ to the string-concatenation of the previous value of _fraction_ and the string *"000000000"*.
517
-
1. Let _nanoseconds_ be the String value equal to the substring of _fraction_consisting of the code units with indices 0 (inclusive) through 9 (exclusive).
517
+
1. Let _nanoseconds_ be the String value equal to the substring of _fraction_from 0 to 9.
518
518
1. Set _nanoseconds_ to ! ToIntegerOrInfinity(_nanoseconds_).
0 commit comments