Time select and datetime select not honoring config.time_zone value · Issue #19229 · rails/rails

Form helpers time_select and datetime_select are not honoring the timezone set in config.time_zone in application.rb. It should convert the value provided in the form to UTC and then save it. It's ...