From: Kevin M. Rosenberg Date: Wed, 18 May 2005 07:05:03 +0000 (+0000) Subject: r10545: add usec X-Git-Tag: v3.8.6~149 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=56f742e5470609250c9c842b3ae258c267d3902d r10545: add usec --- 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)