class RuboCop::Cop::Rails::TimeZone

def attach_timezone_specifier?(date)

def attach_timezone_specifier?(date)
  date.respond_to?(:value) && TIMEZONE_SPECIFIER.match?(date.value.to_s)
end