[FEATURE] Add 24-hour time format support in /usage dialog
Resolved 💬 2 comments Opened Apr 23, 2026 by dimkamonster Closed Jun 17, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
The /usage command displays time in 12-hour AM/PM format regardless of system locale settings (e.g. LC_TIME=ru_RU.UTF-8 which expects 24-hour format).
Current behavior: Time is always displayed in 12-hour AM/PM format.
Environment:
- OS: Linux
- LANG: en_US.UTF-8
- LC_TIME: ru_RU.UTF-8
Proposed Solution
Expected behavior: Time should respect the system locale or provide a configuration option to choose 24-hour format.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗