I have a DB field of type time
The field stores just the time in the DB.
When the field value is read with ActiveRecord in Rails 4.2 I get a dateTime value instead. Eg.:
08:30:00
in the database becomes 2000-01-01 08:30:00
Is this the expected behavior with AR?