Exists only to handle the ActiveSupport::TimeWithZone.
Public Class Methods
createTimeWithZone(utc, zone)click to toggle source
# File lib/oj/active_support_helper.rb, line 9defself.createTimeWithZone(utc, zone)
ActiveSupport::TimeWithZone.new(utc-utc.gmt_offset, ActiveSupport::TimeZone[zone])
end