module ActiveSupport::MessagePack::Extensions

def read_time_zone(unpacker)

def read_time_zone(unpacker)
  load_time_zone(unpacker.read)
end