Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeInterval resolution issue #192

Open
adrienball opened this issue Sep 2, 2019 · 0 comments
Open

TimeInterval resolution issue #192

adrienball opened this issue Sep 2, 2019 · 0 comments
Assignees

Comments

@adrienball
Copy link
Collaborator

Parsing Error

Parsing "from 8am on august 3rd to 10pm on november 3rd 2019" results in a wrong resolution for the from date.
The resolution is correct when trying without the trailing "2019".

Version

0.19.0

Language

en

Parser input

from 8am on august 3rd to 10pm on november 3rd 2019

Parser output

DatetimeInterval(DatetimeIntervalOutput { interval_kind: Between { start: 2008-08-03T08:00:00+02:00, end: 2019-11-03T22:00:00+01:00, precision: Exact, latent: false }, datetime_kind: DatePeriod })

Parser expected output (Optional)

DatetimeInterval(DatetimeIntervalOutput { interval_kind: Between { start: 2019-08-03T08:00:00+02:00, end: 2019-11-03T22:00:00+01:00, precision: Exact, latent: false }, datetime_kind: DatePeriod })
@adrienball adrienball added the bug label Sep 2, 2019
@rosastern rosastern self-assigned this Sep 27, 2019
@rosastern rosastern added fixpending Fix done. Version with fix will be added to ticket. and removed fixpending Fix done. Version with fix will be added to ticket. labels Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants