# File lib/active_support/core_ext/date_time/calculations.rb, line 19 def local_offset ::Time.local(2007).utc_offset.to_r / 86400 end