jackc / surus

PostgreSQL extensions for ActiveRecord
MIT License
395 stars 35 forks source link

Test DateTime timezone different than UTC #29

Closed leaexplores closed 8 years ago

leaexplores commented 8 years ago

This PR adds a unit test to make sure that Date object with different timezone are serialized with the :db option.

Related PR issue : https://github.com/jackc/surus/pull/26

jackc commented 8 years ago

Thanks!