std.print.format.time
t:ns
added in 3.0
(t:ns ns)(t:ns ns digits)creates humanised time for nanoseconds
(t:ns 10000 3)
t:time
added in 3.0
(t:time ms)only returns the time (not day) of an instant
(t:time (System/currentTimeMillis))
(t:ns ns)(t:ns ns digits)creates humanised time for nanoseconds
(t:ns 10000 3)
(t:time ms)only returns the time (not day) of an instant
(t:time (System/currentTimeMillis))