class ActiveSupport::TimeWithZone

def eql?(other)

Returns +true+ if +other+ is equal to current object.
def eql?(other)
  other.eql?(utc)
end