Change Rails timezone AND have Active Record store times in this timezone

suggest change
# application.rb
config.time_zone = 'Eastern Time (US & Canada)'
config.active_record.default_timezone = :local

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents