Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

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"
Clone this wiki locally