Clamps Dictionary
get-time
Function
(get-time secs &key (prec 2))
Convert a secs representing seconds into a list of the form (hr min secs).
Arguments
secs |
Number representing time in seconds. |
prec |
Number of digits after the comma of seconds |
Example
(get-time 2753.3) ; => (0 45 53.30005)
Created: 2025-02-18 Di 12:58