[Solved] In the History UI, how can I show times in 12 hour format (AM/PM)?
-
wrote on last edited by [email protected]
Solution: I found this this bugzilla comment which links to this page for time formatting. I changed
intl.date_time.pattern_override.time_short
toh:mm a
so it shows 4:26PM. There's an open bugzilla report for my issue: Date not formatted according to user's locale (LC_TIME).For instance, 4:26PM instead of 16:26, I'm on linux (NixOS) if that helps.
-
Solution: I found this this bugzilla comment which links to this page for time formatting. I changed
intl.date_time.pattern_override.time_short
toh:mm a
so it shows 4:26PM. There's an open bugzilla report for my issue: Date not formatted according to user's locale (LC_TIME).For instance, 4:26PM instead of 16:26, I'm on linux (NixOS) if that helps.
It was just bothering me this morning (not the time of day but I want ISO date format.) It's probably this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1935895
-
Solution: I found this this bugzilla comment which links to this page for time formatting. I changed
intl.date_time.pattern_override.time_short
toh:mm a
so it shows 4:26PM. There's an open bugzilla report for my issue: Date not formatted according to user's locale (LC_TIME).For instance, 4:26PM instead of 16:26, I'm on linux (NixOS) if that helps.
I see 24-hour format. It makes sense, since iso-date format uses 24-hour format too...
In preferences, have you tried setting the UI-handling of dates to your own, instead of the systems? -
I see 24-hour format. It makes sense, since iso-date format uses 24-hour format too...
In preferences, have you tried setting the UI-handling of dates to your own, instead of the systems?How do I do so?
-
How do I do so?
Go to preferences, general settings, and scroll down...