/usr/lib/s9fes/help/time-to-unix-time is in scheme9 2010.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | S9 LIB (time->unix-time time-list) ==> integer | #f
(load-from-library "time-to-unix-time.scm")
TIME->UNIX-TIME converts TIME-LIST (see UNIX-TIME->TIME) to the
number of seconds since the Unix epoch. It returns #F if TIME-LIST
is not a proper time list.
(time->unix-time '(6 2010 4 25 7 1 19)) ==> 1272178879
|