# File lib/tapkit/control/date_and_time.rb, line 246
                def to_time
                        ::Time.local(@year, @month, @day, @hour, @minute, @second)
                end