RosettaCodeData/Task/System-time/Scheme/system-time-1.ss
2023-07-01 13:44:08 -04:00

2 lines
48 B
Scheme

(use posix)
(seconds->string (current-seconds))