uce/doc/pages/microtime.txt
2022-01-21 09:10:38 +00:00

12 lines
185 B
Plaintext

:sig
f64 microtime()
:params
return value : current Unix timestamp
:desc
Returns a 64 bit float containing the current Unix timestamp with millisecond accuracy or better.
:see
>time