cl-postgres-datetime

BSD-3-Clause

Date/time integration for cl-postgres that uses LOCAL-TIME for types that use time zones and SIMPLE-DATE for those that don't

$ area51 add cl-postgres-datetimeCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-postgres-datetime:some-function ...)