Commit 3e4fb862a5c1b4361bcfa64b4757e68405b46930

Authored by Lucas Kanashiro
1 parent f4e0c79d
Exists in master and in 1 other branch mezuro_spb

noosfero.spec: use default timezone

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pkg-rpm/noosfero/noosfero.spec
@@ -161,7 +161,7 @@ module Noosfero @@ -161,7 +161,7 @@ module Noosfero
161 161
162 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. 162 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
163 # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. 163 # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
164 - config.time_zone = 'Brasilia' 164 + # config.time_zone = 'Central Time (US & Canada)'
165 165
166 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. 166 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
167 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] 167 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]