class RuboCop::Cop::Rails::Date

def bad_methods

def bad_methods
  style == :strict ? %i[to_time to_time_in_current_zone] : [:to_time]
end