# File lib/chronic/chronic.rb, line 199 def +(seconds) Span.new(self.begin + seconds, self.end + seconds) end