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