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
06/02/2024 in portuguese is a date in February, but date parser 1.1.8 parses as a date in June.
>>> from dateparser.search import search_dates >>> d = search_dates("Atualizado por Victória Sbrogio em 06/02/2024 16:22", languages=["pt"]) >>> d [('em 06/02/2024 16:22', datetime.datetime(2024, 6, 2, 16, 22))] >>>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
06/02/2024 in portuguese is a date in February, but date parser 1.1.8 parses as a date in June.
The text was updated successfully, but these errors were encountered: