Incorrect/misleading Time Format For ms_MY (AM/PM)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GLibC |
Fix Released
|
Medium
|
|||
glibc (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Date format problem when representing time in ms_MY. 12-hour clock is used despite AM/PM localization string is empty.
Expectation:
When running the command `date`, output was `Rabu 17 Ogos 2022 20:35:36 +08`
What happened instead:
When running the command `date`, output was `Rabu 17 Ogos 2022 08:35:36 +08`
These were run during the PM side of time. When running it in the morning, it shows as expected.
Additional Information:
Description: Ubuntu 22.04.1 LTS
Release: 22.04
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: locales 2.35-0ubuntu3.1
ProcVersionSign
Uname: Linux 5.15.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 17 20:30:44 2022
InstallationDate: Installed on 2022-08-12 (4 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 (20220809.1)
PackageArchitec
SourcePackage: glibc
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in glibc: | |
importance: | Unknown → Medium |
status: | Unknown → New |
Changed in glibc (Ubuntu): | |
importance: | Undecided → Medium |
Changed in glibc (Ubuntu): | |
status: | New → Triaged |
Changed in glibc: | |
status: | New → Fix Released |
Hi!
Thank you for the report.
I tried to find more information about time representation in Malaysia,
but the only thing I could find was this:
https:/ /en.wikipedia. org/wiki/ Date_and_ time_representa tion_by_ country# /media/ File:12_ 24_Hours_ World_Map. svg
Assuming this map is correct, the expected representation should be
using 12-hour format, as is the case currently. However I'm assuming
there should be a marker to differentiate betwen AM and PM, which I
cannot see.
Can you confirm that, or maybe point us to a more reliable source on
which to base the format?