eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

Deflate timestamps to UTC instead of local zone. #37

Closed wnortje closed 9 years ago

wnortje commented 9 years ago

Postgres columns are 'without time zone'. Inflation takes timezone into account but deflation doesn't. This causes timestamps to change every time a record is saved.

eudoxia0 commented 9 years ago

Thanks, I should have better tests for timestamps.