timestamp
ObjectsProduces a
timestamp
instance from the provided universal time universal. Universal time is defined in the Common Lisp Specification as the number of seconds since 1900-01-01T00:00:00Z.
Produces a
timestamp
instance from the provided unix time unix. Unix time is defined by POSIX as the number of seconds since 1970-01-01T00:00:00Z.
Produces a
timestamp
instance with the current time. Under sbcl, the new timestamp will be precise to the microsecond. Otherwise, the precision is limited to the second.
Produces a
timestamp
instance that corresponds to today's date, which is the midnight of the current day in the UTC zone.
Returns a new
timestamp
instance corresponding to the specified time elements. The offset is the number of seconds offset from UTC of the locale. If offset is not specified, the offset will be guessed from the timezone. If atimestamp
is passed as the into argument, its value will be set and thattimestamp
will be returned. Otherwise, a newtimestamp
is created.