Get the current UTC time as nanoseconds since the Unix epoch (January 1, 1970).
Utc
:= []
Store a timestamp as nanoseconds since the UNIX epoch.
Convert nanoseconds since epoch to milliseconds since epoch.
Convert milliseconds since epoch to nanoseconds since epoch.
delta_as_nanos : U128, U128 -> U128
Calculate the difference between two timestamps in nanoseconds.
delta_as_millis : U128, U128 -> U128
Calculate the difference between two timestamps in milliseconds.