There are trhee diffrent time zones in rails
- System - The server time zone
- Application - Rails application use own time zone
- Database - Default is
UTC
, but do not change it
config.time_zone
should be set when an app dose not support multiple time zones- Do not use Date/Time API using system time zone
- Date could be incorrect by being converted from datetime or time to date