ToMicros
ToMicros( value )
ToMicros( value )
ToMicros( value )
ToMicros( value )
to_micros( value )
ToMicros( value )
Description
The ToMicros
function converts a value to the number of microseconds
since Unix epoch (midnight, January 1, 1970), if possible.
Attempting to convert a value to a number of microseconds which has no numeric representation results in an "invalid argument" error.
Returns
A Number representing the number of microseconds since Unix epoch.
Examples
The following query calls ToMicros
twice:
-
To convert 1 second after Unix epoch into microseconds.
-
To convert the current transaction time into microseconds.
Arr(LongV(1000000), LongV(1594038896789000))
[1000000 1594038896789000]
[1000000, 1594038896789000]
[ 1000000, 1594038896789000 ]
[1000000, 1594038896789000]
[ 1000000, 1594038896789000 ]
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!