# File lib/active_support/values/time_zone.rb, line 263
  def utc_to_local(time)
    tzinfo.utc_to_local(time)
  end