# File lib/active_support/core_ext/time/calculations.rb, line 39
    def local_time(*args)
      time_with_datetime_fallback(:local, *args)
    end