Opened 15 years ago
Closed 14 years ago
#4199 closed enhancement (fixed)
Doesn't respect 24 hour setting
Reported by: | humdinger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Time & Date | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev32189.
The Time preferences should respect the 12/24 hour setting. The Deskbar setting could be used for that, but ultimately that's of course a LocaleKit thing.
Change History (4)
comment:1 by , 15 years ago
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
The locale kit will eventually handle all the date&time formatting, you just send it the unix time and you get a BString back. It seems a good idea to wait for that instead of adding more hacks I'll need to remove when integrating the locale kit in the system :)