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

fix: mixed ISO / non-ISO date & time formats #1222

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

pedrolamas
Copy link
Member

@pedrolamas pedrolamas commented Oct 31, 2023

We currently use Lithuanian for ISO 8601 date & time formatting as that is the closest match to it.

Given that, a bug was introduced when we mix ISO with non-ISO date & time formats, where a full datetime would always be formatted in Lithuanian.

To mitigate this issue, when the user has selected to mix ISO with non-ISO formats, we will format each part separately and join the results (separated by a simple space).

Fixes #1220

@pedrolamas pedrolamas added the GH - Bug Something isn't working label Oct 31, 2023
@pedrolamas pedrolamas added this to the 1.26.2 milestone Oct 31, 2023
@pedrolamas pedrolamas merged commit 507d881 into fluidd-core:develop Oct 31, 2023
@pedrolamas pedrolamas deleted the pedrolamas/fix-1220 branch October 31, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seeing "priešpiet" with English
1 participant