[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: time into list



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