Ruby rails: dates and times

From wikinotes

timezones

tzinfo = ActiveSupport::TimeZone.find_tzinfo("America/Toronto")
timezone = ActiveSupport::TimeZone.new(tzinfo)

Time.parse("1970-01-01T10:00:00Z").in_timezone(timezone)