This file is indexed.

/usr/lib/help/time-to-unix-time is in scheme9 2013.11.26-1.

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
S9 LIB  (time->unix-time time-list)  ==>  integer | #f

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