# File lib/active_support/core_ext/date_time/conversions.rb, line 68
        def to_date
          ::Date.new(year, month, day)
        end