Method: Rails::Configuration#time_zone

Defined in:
lib/initializer.rb

#time_zoneObject

Sets the default time_zone. Setting this will enable time_zone awareness for Active Record models and set the Active Record default timezone to :utc.



672
673
674
# File 'lib/initializer.rb', line 672

def time_zone
  @time_zone
end