Skip to content

Conversation

@AnslemHack
Copy link

Fixes #2951 meridiem display bug in ar-sa locale where 12 PM (noon) incorrectly showed as "ص" (AM) instead of "م" (PM).

Changed meridiem condition from hour > 12 to hour >= 12 to correctly handle hour 12 in 12-hour format.

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.

Wrong meridiem in Arabic locale when time is 12 PM

1 participant