class RuboCop::Cop::Rails::TimeZone

def need_check_localtime?(chain)

def need_check_localtime?(chain)
  acceptable? && chain.include?(:localtime)
end