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