# File lib/active_support/core_ext/date_time/conversions.rb, line 89
        def to_f
          seconds_since_unix_epoch.to_f
        end