-
Converting timezone of date-time without effecting the actual time
about 9 years ago
-
over 8 years ago
Hi You can change it in config/application.rb :
# 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 = 'Paris'
Like me.
-
1 Answer(s)