Commit bc86e6954df536b8828076bda371ad9008f840e9
1 parent
2bdbaece
Exists in
staging
and in
7 other branches
Fix timezone
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/application.rb
@@ -62,7 +62,7 @@ module Noosfero | @@ -62,7 +62,7 @@ module Noosfero | ||
62 | # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. | 62 | # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. |
63 | # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. | 63 | # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. |
64 | # config.time_zone = 'Central Time (US & Canada)' | 64 | # config.time_zone = 'Central Time (US & Canada)' |
65 | - #config.time_zone = 'Brasilia' | 65 | + config.time_zone = 'Brasilia' |
66 | 66 | ||
67 | 67 | ||
68 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. | 68 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |