https://bugs.kde.org/show_bug.cgi?id=511478
--- Comment #2 from [email protected] --- The time format of US doesn't have a leading zero, but it's 12 hours with AM/PM at the end. It seems that all 24H time formats start with "hh", like 06:30, and only 12H time formats can drop the leading zero, like 6:30 AM / 6:30 a.m. / ... ? I don't really know much about standards. `Qt.locale().timeFormat(Locale.ShortFormat))` gets the time format matches the current region (maybe 12H), and I think when a user sets Time Display other than "region defaults", it's better to reconsider what to use? -- You are receiving this mail because: You are watching all bug changes.
