Skip to content

Commit

Permalink
set the default time zone environment setting during init
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Youch committed Dec 8, 2011
1 parent 6c60cbe commit 8935b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/webiva_defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
config.webiva_defaults['use_x_send_file'] ||= false
config.webiva_defaults['git_repository'] ||= 'git://github.com/cykod/'
config.time_zone = config.webiva_defaults['time_zone']
ENV['TZ'] = config.time_zone
end

# TODO: Need to get rid of these constants
Expand Down

0 comments on commit 8935b59

Please sign in to comment.