epoch-seconds->time
Name
epoch-seconds->time -- Returns the time object which is the given number of seconds
Type: function
Synopsis
epoch-seconds->time
( secs, time);
Arguments
- secs
An instance of <number>
Return Values
- time
An instance of <time>
Description
Returns the time corresponding to the given number of seconds
since the Unix Epoch (January 1, 1970).