makandra / active_type

Make any Ruby object quack like ActiveRecord
MIT License
1.09k stars 74 forks source link

attempt to convert a wider range of datetimes consistently with ActiveRecord #94

Closed kratob closed 7 years ago

kratob commented 7 years ago

ActiveType incorrectly handles assigning times with explicit timezones, i.e.

record.date_time = '2017-07-31 12:30+05:00'

would not be handled correctly, unless local time is UTC+05.

kratob commented 7 years ago

Released as 0.7.2.