(tm? obj)
(make-tm tm_sec tm_min tm_hour tm_mday tm_mon tm_year tm_isdst)
(time-second tm)
(time-minute tm)
(time-hour tm)
(time-day tm)
(time-month tm)
(time-year tm)
(time-day-of-week tm)
(time-day-of-year tm)
(time-dst? tm)
(make-tm tm_sec tm_min tm_hour tm_mday tm_mon tm_year tm_isdst)
(time-second tm)
(time-minute tm)
(time-hour tm)
(time-day tm)
(time-month tm)
(time-year tm)
(time-day-of-week tm)
(time-day-of-year tm)
(time-dst? tm)
Accessors for the tm
struct.
Accessors for the timeval
struct.
Accessors for the timezone
struct.
Returns the current time as an integer number of seconds since an arbitrary epoch.
Returns the current time as a list of a timeval struct and a timezone.Set the current time from a timeval struct and and optional timezone.
Convert an integer number of epoch seconds to a broken-down tm struct.
Convert a tm struct to an integer number of seconds.
Format a datetime string from an integer number of epoch seconds.
Format a datetime string from a tm struct.