We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi !
I just wanted to start by thanking you for datefinder, exactly what I was looking.
I think I found a small bug but couldn't understand how to fix it in the source code.
When parsing strings such as:
>>> list(datefinder.find_dates('2 months'))[0]
it parses months as minutes, i.e. :
datetime.datetime(2016, 6, 10, 8, 31, 41, 469126)
If you could have a look at it, it'd be great ! Thanks a lot again !
The text was updated successfully, but these errors were encountered:
I will take a look! This may be an issue with the underlying date parser. On Fri, Jun 10, 2016 at 01:45 Virgile Audi [email protected] wrote:
Hi ! I just wanted to start by thanking you for datefinder, exactly what I was looking. I think I found a small bug but couldn't understand how to fix it in the source code. When parsing strings such as: list(datefinder.find_dates('2 months'))[0] it parses months as minutes, i.e. : datetime.datetime(2016, 6, 10, 8, 31, 41, 469126) If you could have a look at it, it'd be great ! Thanks a lot again ! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #22, or mute the thread https://github.com/notifications/unsubscribe/AAszJFY-MihYVn-5_RgFl7qYTtYaqrzYks5qKSQRgaJpZM4IyvdT .
list(datefinder.find_dates('2 months'))[0]
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #22, or mute the thread https://github.com/notifications/unsubscribe/AAszJFY-MihYVn-5_RgFl7qYTtYaqrzYks5qKSQRgaJpZM4IyvdT .
Sorry, something went wrong.
Looking back at this, it looks like you are trying to capture spans of time, rather than specific dates. I'll be tracking this as #171
No branches or pull requests
Hi !
I just wanted to start by thanking you for datefinder, exactly what I was looking.
I think I found a small bug but couldn't understand how to fix it in the source code.
When parsing strings such as:
>>> list(datefinder.find_dates('2 months'))[0]
it parses months as minutes, i.e. :
datetime.datetime(2016, 6, 10, 8, 31, 41, 469126)
If you could have a look at it, it'd be great ! Thanks a lot again !
The text was updated successfully, but these errors were encountered: