X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Ftime.lisp;h=8cc77241b14ac8a2c31b6a06e43854799c270484;hp=d97673310eb341a2a6bcefca859cfe8a3f5e872e;hb=56f742e5470609250c9c842b3ae258c267d3902d;hpb=748f18aeaee5e0512317657a86f7a019f06e12de diff --git a/sql/time.lisp b/sql/time.lisp index d976733..8cc7724 100644 --- a/sql/time.lisp +++ b/sql/time.lisp @@ -1129,7 +1129,7 @@ formatted date string." (defun syntax-parse-iso-8601 (string) ;; use strlen to determine if fractional seconds are present in timestamp (let ((strlen (length string)) - year month day hour minute second gmt-sec-offset) + year month day hour minute second usec gmt-sec-offset) (handler-case (progn (setf year (parse-integer string :start 0 :end 4)