time timestamp - part-cw/lambdanative GitHub Wiki
(time->timestamp arg1)
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"