Previous: built-in time time, Up: built-in time [Contents][Index]
Type name of time objects representing the time elapsed since the Epoch. The time is internally represented with nanosecond resolution.
Objects of this type representing the current time are returned by the
function epoch-time
and built using the POSIX function
clock_gettime()
with the argument CLOCK_REALTIME
;
(*manpages*)Clock and time functions.
Build and return a new <epoch-time>
object. The arguments are
normalised as explained for the constructor of <time>
.
Return #t
if obj is a <epoch-time>
object; otherwise
return #f
.
Add T to this and return the result.
Subtract T from this and return the result.