# File lib/active_support/core_ext/date/conversions.rb, line 97 def to_datetime ::DateTime.civil(year, month, day, 0, 0, 0, 0) end