Update to rails 5.2.2.1
This commit is contained in:
parent
1f30bb8a2f
commit
446808da96
36 changed files with 425 additions and 291 deletions
3
config/initializers/timezone.rb
Normal file
3
config/initializers/timezone.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
||||
Rails.application.config.time_zone = (ENV['OSEM_TIME_ZONE'] || 'UTC')
|
||||
Loading…
Add table
Add a link
Reference in a new issue