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