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