time
host callCapy
function time() u64
Description
time returns the current Unix timestamp with second precision.
Return Values
current Unix timestamp with second precision
Example
Capy
print(time(), "\n")
function time() u64
time returns the current Unix timestamp with second precision.
current Unix timestamp with second precision
print(time(), "\n")