Is there any way to force 24-hour time in my locale (for example, 14:00) instead of 12-hour time (2:00 PM)?
I use the en_US locale with a UTF-8 character set on Arch Linux, but this shouldn't matter, I think.
|
feedback
|
|
Locales can be set for various components separately, so you can set (Don't forget /etc/locale.gen.) | |||
|
feedback
|
strftime("%c"), "preferred date and time representation for the current locale", returns a 12-hour time value for en_US. – grawity Aug 24 '11 at 10:03