Skip to content

Fix date parsing for .rs .kz .kg#307

Merged
richardpenman merged 3 commits intorichardpenman:masterfrom
brondsem:fix_date_order_preference
Nov 25, 2025
Merged

Fix date parsing for .rs .kz .kg#307
richardpenman merged 3 commits intorichardpenman:masterfrom
brondsem:fix_date_order_preference

Conversation

@brondsem
Copy link
Copy Markdown
Contributor

The fix for .rs was a bit interesting. It turns out we need to prefer our conversion function before dateutil.parser, because dateutil.parser does %m.%d.%Y and ours has %d.%m.%Y which is more logical.

@richardpenman richardpenman merged commit 1a4329c into richardpenman:master Nov 25, 2025
5 checks passed
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