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