from_epoch_ms
Interprets a number as Unix time.
Description
The from_epoch_ms
function interprets a number as Unix
time in milliseconds.
x: int|uint|float
The number of milliseconds since the Unix epoch, i.e., 00:00:00 UTC on January
1970.
Examples
Interpret a number as Unix time
See Also
as_secs
, now
, since_epoch