Created time-to-localtime
[clsql.git] / sql / package.lisp
index 470be84e22d06ec30ea0dac20c305ac861f3f3c9..9ccb074be44143a4a5e402a065cc12b0b81534b1 100644 (file)
@@ -37,6 +37,7 @@
           #+clsql-cmucl-mop #:mop
           #+allegro #:mop
           #+clisp #:clos
+          #+ecl #:mop
           #+lispworks #:clos
           #+scl #:clos
           #+openmcl #:openmcl-mop)
          #:gregorian-to-mjd
          #:mjd-to-gregorian
          #:iso-timestring
+         #:time-to-utc
+         #:time-to-localtime
          ))
     (:documentation "This is the INTERNAL SQL-Interface package of CLSQL."))