class ActiveSupport::TimeWithZone

def eql?(other)

def eql?(other)
  utc.eql?(other)
end