local_time(*args)
wraps class method time_with_datetime_fallback with utc_or_local == :local
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 48 def local_time(*args) time_with_datetime_fallback(:local, *args) end