# File lib/chronic/parser.rb, line 127 def guess(span) if span.width > 1 span.begin + (span.width / 2) else span.begin end end