I've been having some problems with the configuration of timezone.
So I've seen some posts/questions about this topic and some say I should add the following configuration in the "application.rb".
config.time_zone = "Brasilia"
I've done that, but even after configuring this, if a run the following code in rails console I get (GMT+00:00) UTC
Time.zone
The same happens when a do
Time.now.in_time_zone
It responds in GMT 0.
Another problem that I think relates to this, is when choosing a datetime with the datetime_select tag. It seems as it's showing the right time but when the field is saved to the db is also on the UTC +00.