Method: PassiveSupport::CoreExtensions::Time::Calculations::ClassMethods#local_time
- Defined in:
- lib/passive_support/core_ext/time/calculations.rb
#local_time(*args) ⇒ Object
Wraps class method time_with_datetime_fallback
with utc_or_local
set to :local
.
57 58 59 |
# File 'lib/passive_support/core_ext/time/calculations.rb', line 57 def local_time(*args) time_with_datetime_fallback(:local, *args) end |