French Canadian locale formats times incorrectly
The fr_CA locale uses the format string H\xa0h\xa0i as its time format and as the time portion of its datetime formats. The comments indicate this should be producing output like 13 h 40 however, because h is the flag for 12-hour time, this instead gets formatted like 13 01 40. The format strings should be updated to escape the h character.
Change History
(11)
| Cc: |
Claude Paroz Simon Charette added
|
| Triage Stage: |
Unreviewed → Accepted
|
| Version: |
5.2 → dev
|
| Owner: |
set to Mridul
|
| Status: |
new → assigned
|
| Patch needs improvement: |
set
|
| Patch needs improvement: |
unset
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Thank you @Chris-Anderson_JLLT, I managed to reproduce using:
Which shows: