# File lib/tapkit/control/date_and_time.rb, line 116
                def +( other )
                        time = to_time + other
                        Time.new_with_time time
                end