If you want that date/times come back in your timezone from the database, instead of ActiveRecord::Base.default_timezone, make you sure you activate the following:
ActiveRecord::Base.time_zone_aware_attributes = true
Developer from somewhere
If you want that date/times come back in your timezone from the database, instead of ActiveRecord::Base.default_timezone, make you sure you activate the following:
ActiveRecord::Base.time_zone_aware_attributes = true