# File lib/tapkit/control/date_and_time.rb, line 66
                def to_time
                        ::Time.local(@year, @month, @day, 0, 0, 0)
                end