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