utc_time(*args)
Wraps class method time_with_datetime_fallback with utc_or_local set to :utc.
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 52 def utc_time(*args) time_with_datetime_fallback(:utc, *args) end