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

Parse and Extract durations / spans of time #171

Open
akoumjian opened this issue Aug 4, 2022 · 0 comments
Open

Parse and Extract durations / spans of time #171

akoumjian opened this issue Aug 4, 2022 · 0 comments

Comments

@akoumjian
Copy link
Owner

We want to be able to extract durations or spans of time. For example "20 days". In Python's standard library this is represented as a timedelta.

It's not clear yet if this is compatible with the find_dates method and may need to be employed as a separate method. For example, this would likely cause complications with a different feature request #170 as "20 days ago" describes a relative date, not a timedelta.

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

1 participant