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

Fixes incorrect locale-based parsing in eddblink #150

Merged
merged 1 commit into from
May 1, 2024

Conversation

ultimatespirit
Copy link
Contributor

A recent change was made to support non-English locale users with the eddblink date parsing functions, which relied upon locale-specific parsing. Unfortunately the submitted solution for that issue made further locale-specific assumptions that break in different ways.

This change changes the system to instead parse the dates in a locale-agnostic manner.

Tested by running the eddblink plugin on my system and seeing it was no longer broken.

This change fixes #149

A recent change was made to support non-English locale users with the
eddblink date parsing functions, which relied upon locale-specific
parsing. Unfortunately the submitted solution for that issue made
further locale-specific assumptions that break in different ways.

This change changes the system to instead parse the dates in
a locale-agnostic manner.

Tested by running the eddblink plugin on my system and seeing it was no
longer broken.
@eyeonus eyeonus merged commit 1743f9f into eyeonus:release/v1 May 1, 2024
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.

Locale changes break on systems with certain locales, in general unnecessary
2 participants