Skip to content

Instantly share code, notes, and snippets.

@pnathan
Created November 25, 2013 21:44
Show Gist options
  • Save pnathan/7649433 to your computer and use it in GitHub Desktop.
Save pnathan/7649433 to your computer and use it in GitHub Desktop.
cl-postgres integration with local-time
(defmethod cl-postgres:to-sql-string ((arg local-time:timestamp))
(values
(format nil "~a" arg)
"timestamp"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment