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