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

Update date parsing #94

Merged
merged 5 commits into from
Nov 4, 2024
Merged

Update date parsing #94

merged 5 commits into from
Nov 4, 2024

Conversation

pogzyb
Copy link
Owner

@pogzyb pogzyb commented Nov 1, 2024

Addresses #93

The dateutil parser is more efficient than iterating over a list of date formats. There are still some special cases such as %d/%m/%Y vs %m/%d/%Y that are now handled on the individual TLD parser class via the `known_date_formats` list.
@pogzyb pogzyb force-pushed the update-date-parsing branch from 2355e11 to 84b9bde Compare November 1, 2024 21:14
Copy link
Contributor

@antalgu antalgu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Loved the changes! (sorry for taking so long to respond)

@pogzyb pogzyb merged commit 15febc5 into main Nov 4, 2024
24 checks passed
@pogzyb pogzyb deleted the update-date-parsing branch November 4, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants