Commit 5204221c125704ce04302a47c26e095bc0f559b5
1 parent
edc3837e
Exists in
staging
and in
7 other branches
apply BSB time zone
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/application.rb
... | ... | @@ -62,6 +62,8 @@ module Noosfero |
62 | 62 | # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. |
63 | 63 | # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. |
64 | 64 | # config.time_zone = 'Central Time (US & Canada)' |
65 | + config.time_zone = 'Brasilia' | |
66 | + | |
65 | 67 | |
66 | 68 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |
67 | 69 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] | ... | ... |