Re: time-mjd?

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Tue, 1 Aug 2006 18:17:34 -0600
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Jay Kint wrote:
> It's used in time.lisp a few times, but I don't see the definition for
> this function, and it's not listed in the Hyperspec.  Where is this
> function found?

In the defstruct:

(defstruct (wall-time (:conc-name time-)
                      (:constructor %make-wall-time)
                      (:print-function %print-wall-time))
  (mjd 0 :type fixnum)
  (second 0 :type fixnum)
  (usec 0 :type fixnum))

-- 
Kevin Rosenberg
[email protected]