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