code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

Fixing handling for databases using UTC dates. #16

Closed tjdett closed 12 years ago

tjdett commented 12 years ago

Not all activerecord setups store dates in the database using the local time zone, so UTC also needs to be handled.

This fix reruns the provider tests using UTC dates for good measure.

tjdett commented 12 years ago

@cbeer One more pull-request for today.

travisbot commented 12 years ago

This pull request passes (merged 1d6f8789 into c9d6211c).