how to get IST time in heroku using rails app
config.active_record.default_timezone = :local
inside the config/environments/development.rb.The above code changed the timezone from UTC to IST.
inside config/environments/production.rb
config.active_record.default_timezone = :local
its not working in heroku why? how can i get the IST time.