liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

Handle invalid DateTime attributes gracefully #62

Closed brianstien closed 6 years ago

brianstien commented 6 years ago

The Date typecaster will gracefully handle invalid dates, but DateTime does not. This changes the behavior of DateTime types to match the behavior of Date types.