module ActiveSupport::MessagePack::Extensions
def read_time_with_zone(unpacker)
def read_time_with_zone(unpacker) ActiveSupport::TimeWithZone.new(read_time(unpacker), read_time_zone(unpacker)) end
def read_time_with_zone(unpacker) ActiveSupport::TimeWithZone.new(read_time(unpacker), read_time_zone(unpacker)) end