diff --git a/docs/Datetime.html b/docs/Datetime.html index 3824225..e8fd667 100644 --- a/docs/Datetime.html +++ b/docs/Datetime.html @@ -1200,6 +1200,29 @@
+ (Fn [Uint64] Int) +
++ (subsecond-nanos t) ++
+
returns the sub-second part of the nanosecond count t,
+that is, t modulo one billion.
The reduction is exact over the whole Uint64 range, including counts wider
+than a C long.