bear / parsedatetime

Parse human-readable date/time strings
Apache License 2.0
695 stars 106 forks source link

[Issue 274] include sourceTime to recursive parse() calls #276

Closed bear closed 2 years ago

bear commented 2 years ago

When parsing "this afternoon" we are not passing to the recursive parse() calls any sourceTime values given

Add sourceTime to the call for when CRE_TIME match happens when parsing the remaining text chunks

Fixes #274


This change is Reviewable