Function: COMMON-LISP:DECODE-UNIVERSAL-TIME

package type clhs github

Converts a universal-time to decoded time format returning the following nine values: second, minute, hour, date, month, year, day of week (0 = Monday), T (daylight savings time) or NIL (standard time), and timezone. Completely ignores daylight-savings-time when time-zone is supplied.

Lambda list

(sb-impl::universal-time &optional sb-impl::time-zone)