From d6cbfab7791b65da8260ad4642e3b595c902d14e Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 6 Sep 2022 16:31:11 +0200 Subject: [PATCH] Document UInt64 return type of time_ns() (#46648) --- base/Base.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Base.jl b/base/Base.jl index 5c84cd8b063a7..a36d5dcec6c4b 100644 --- a/base/Base.jl +++ b/base/Base.jl @@ -87,7 +87,7 @@ if false end """ - time_ns() + time_ns() -> UInt64 Get the time in nanoseconds. The time corresponding to 0 is undefined, and wraps every 5.8 years. """