class Oj::ActiveSupportHelper

Exists only to handle the ActiveSupport::TimeWithZone.

def self.createTimeWithZone(utc, zone)

def self.createTimeWithZone(utc, zone)
  ActiveSupport::TimeWithZone.new(utc - utc.gmt_offset, ActiveSupport::TimeZone[zone])
end