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