# File lib/active_support/core_ext/time/calculations.rb, line 11
    def ===(other)
      super || (self == Time && other.is_a?(ActiveSupport::TimeWithZone))
    end