RosettaCodeData/Task/System-time/Scheme/system-time.ss

3 lines
48 B
Scheme

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