fix beijing time format

This commit is contained in:
yafei Lee 2012-07-24 00:33:32 +08:00
parent 8a84e244ab
commit 1b7ece79c3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module WBlog
# 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 = 'Beijing'
# 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]