Skip to content

Commit

Permalink
[project @ cl-postgres sql string uses utc-zone explicitly]
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lowe committed Jun 11, 2008
1 parent 54e3310 commit 5437168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/cl-postgres.lisp
Expand Up @@ -40,4 +40,4 @@
:day 0)))))))

(defmethod cl-postgres:to-sql-string ((arg local-time:timestamp))
(local-time:format-rfc3339-timestring arg))
(local-time:format-rfc3339-timestring nil arg :timezone +utc-zone+)))

0 comments on commit 5437168

Please sign in to comment.