My Server is USA West Coast but all the time that is recorded in the MySQL server should be done in UTC so that i can implement TimeZone for Users at the later date. Right now Configuring to Indian Timing.
Is there any configuration i need to do to get this working. i have added the following:
//application.rb
config.time_zone = 'UTC'
config.active_record.default_timezone :utc
Is there any other settings i need to do to tell rails that please save content in the UTC?