I understand that the default behavior for rails is to save database records and any columns associated with date and date in UTC. And we can control the display of date / date and time to users with config.time_zone in environment.rb. Thus, the main setting for config.time_zone is to control the display with which rails converts entries from UTC to the one we specify in config.time_zone.
Is there a way or setting to force the rails to save entries in EST, not UTC, and still do the conversion for display based on config.time_zone setting?
-Satynos
source share