chibi-scheme/lib/chibi/time.module
2011-04-08 01:12:13 +09:00

12 lines
459 B
Text

(module (chibi time)
(export current-seconds get-time-of-day set-time-of-day!
seconds->time seconds->string time->seconds time->string
timeval-seconds timeval-microseconds
timezone-offset timezone-dst-time
time-second time-minute time-hour time-day time-month time-year
time-day-of-week time-day-of-year time-dst?
tm? timeval? timezone?)
(import-immutable (scheme))
(include-shared "time"))