[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: time into list
- To: info-mcl@cambridge.apple.com
- Subject: Re: time into list
- From: Rick Duffy <rick@maxai.den.mmc.com>
- Date: Fri, 8 May 92 10:14:47 edt
Subject: Re: time into list
> Does anyone out there have a quick and easy way to transform the individual
> elements that the CL function "decode-universal-time" into a list???
>
> John
How about something like:
(multiple-value-list (decode-universal-time (get-universal-time)))
... rick