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

time->timestamp convert time object to string timestamp of format YYMMDD-hhmmss.

Parameter Description
arg1 Time object to be converted

Example

Example 1: Timestamp of current time.

 > (time->timestamp (current-time))
 "130808-233853"
Clone this wiki locally