current-time

[procedure] current-time

SRFI-18, SRFI-21: returns the current time in opaque time structure. See also time->seconds, seconds->time.

Scheme48: returns a time record. See make-time, time-seconds.

SCM, STklos: returns the number of seconds since 1970/1/1 00:00:00 UTC.

[procedure] current-time [time-type]

SRFI-19: returns the current time in time structure. Extends SRFI-18's by allowing time-type optional argument. See time-resolution, make-time, current-date.

 code rio