I specified config.time_zone in my Rails app, but the retrieved times in form fields still render as the UTC (which creates problems on updates). Shouldn\'t this be convert
You can do something like this:
heroku config:add TZ=America/Chicago
That should fix your issue on Heroku.