Changed timezone to Arizona, added log guide

This commit is contained in:
2012-09-16 21:01:21 -07:00
parent dc0586045f
commit ccd432a67d
2 changed files with 41 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ module Dooraccess
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
# config.time_zone = 'Central Time (US & Canada)'
config.time_zone = 'America/Phoenix'
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]