# File lib/active_support/core_ext/time/calculations.rb, line 50 def utc_time(*args) time_with_datetime_fallback(:utc, *args) end