# File lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb, line 373
    def utc_to_local(utc)
      TimeOrDateTime.wrap(utc) {|wrapped|
        period_for_utc(wrapped).to_local(wrapped)
      }
    end