class ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter

def ==(other)

def ==(other)
  other.is_a?(self.class) && __getobj__ == other.__getobj__
end