X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=base%2Ftime.lisp;h=0b70f2c6f28b9610f7b7ac9875b38dfa72da3f4a;hp=44f10e15bd8b6be35fe2481871a9f4112a38a1bc;hb=9bbed78051e80e6ab76ae47834136035602bbbf1;hpb=f2a0eb003af406415567c9f8545455ede786db87 diff --git a/base/time.lisp b/base/time.lisp index 44f10e1..0b70f2c 100644 --- a/base/time.lisp +++ b/base/time.lisp @@ -15,7 +15,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:clsql-base-sys) +(in-package #:clsql-base) ;; ------------------------------------------------------------ ;; Months @@ -785,6 +785,9 @@ with the given options" (t (values hours "AM")))) +(defgeneric to-string (val &rest keys) + ) + (defmethod to-string ((time wall-time) &rest keys) (destructuring-bind (&key (style :daytime) &allow-other-keys) keys