mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
In the example.lisp package no use for full notation.
This commit is contained in:
parent
935f88c818
commit
792458f625
@ -25,9 +25,9 @@
|
|||||||
NILVALUE = \"-\" "
|
NILVALUE = \"-\" "
|
||||||
"A timestamp ABNF grammar.")
|
"A timestamp ABNF grammar.")
|
||||||
|
|
||||||
(let ((scanner (abnf:parse-abnf-grammar *timestamp-abnf*
|
(let ((scanner (parse-abnf-grammar *timestamp-abnf*
|
||||||
:timestamp
|
:timestamp
|
||||||
:registering-rules '(:full-date))))
|
:registering-rules '(:full-date))))
|
||||||
(register-groups-bind (date)
|
(register-groups-bind (date)
|
||||||
(scanner "2013-09-08T00:02:03.123456Z+02:00")
|
(scanner "2013-09-08T00:02:03.123456Z+02:00")
|
||||||
date))
|
date))
|
||||||
|
Loading…
Reference in New Issue
Block a user