# File lib/tapkit/control/date_and_time.rb, line 217 def to_datetime DateTime.ordinal(@year, @month, @day, @hour, @minute, @second) end