Closed jerry2013 closed 2 months ago
on v2.5.0 - nothing is found, as expected.
on v2.5.1 (all the way to the current release v2.7.6):
> chrono.parse('tell them later', new Date('2024-01-01Z')) [ ParsingResult { reference: ReferenceWithTimezone { instant: 2024-01-01T00:00:00.000Z }, refDate: 2024-01-01T00:00:00.000Z, index: 5, text: 'them later', start: ParsingComponents { reference: [ReferenceWithTimezone], knownValues: [Object], impliedValues: {} }, end: null } ]
ps. tell him later has no result as expected in all versions.
tell him later
Thanks for reporting.
I fixed this in 08e4dc4.
on v2.5.0 - nothing is found, as expected.
on v2.5.1 (all the way to the current release v2.7.6):
ps.
tell him later
has no result as expected in all versions.