from_epoch
Interprets a duration as Unix time.
Description
The from_epoch
function interprets a duration as Unix
time.
x: duration
The duration since the Unix epoch, i.e., 00:00:00 UTC on 1 January
1970.
Examples
Interpret a duration as Unix time
See Also
as_secs
, now
, since_epoch