seconds timestamp - part-cw/lambdanative GitHub Wiki
(seconds->timestamp arg1)
seconds->timestamp converts a time in seconds (Unix epoch) to string timestamp of format YYMMDD-hhmmss.
| Parameter | Description |
|---|---|
| arg1 | Time in seconds to be converted to string |
Example
Example 1:
> (seconds->timestamp (current-time-seconds))
"130808-234233"