# File lib/tapkit/control/date_and_time.rb, line 211
                def +( other )
                        Timestamp.new_with_datetime((to_time + other))
                end