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