Testing in Seoul

When dealing with time in a rails application, there are three time zones to be concerned with. UTC Time.zone Local time zone By convention, all times are stored in the database as UTC. ActiveRecord abstracts this by converting dates from UTC to Time.zone when a timestamp is read from the database and doing the opposite [...]