# File lib/active_support/core_ext/date/conversions.rb, line 25
        def to_time(form = :local)
          ::Time.send(form, year, month, day)
        end