Next: Querying timestamp Objects, Previous: Timezones, Up: Public API [Contents][Index]
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 a timestamp
is passed
as the into argument, its value will be set and that
timestamp
will be returned. Otherwise, a new timestamp
is created.
Expands to an expression that creates an instance of a
timestamp
exactly as specified.
Expands to an expression that creates another copy of timestamp
that is timestamp=
to it.
Next: Querying timestamp Objects, Previous: Timezones, Up: Public API [Contents][Index]