Opened 12 years ago
Closed 12 years ago
#1588 closed Enhancement (wontfix)
Bandwidth scheduler should display timestamps according to the current locale
Reported by: | Vegar | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | GTK+ Client | Version: | 1.40 |
Severity: | Minor | Keywords: | |
Cc: |
Description
The bandwidth scheduler settings tab deliberately displays the timestamps in a 12-hour format, which can be very confusing for everyone not from the US or the UK.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by Vegar
- Version changed from 1.40 to 1.40+
comment:2 Changed 12 years ago by charles
- Status changed from new to assigned
- Type changed from Bug to Enhancement
- Version changed from 1.40+ to 1.40
comment:3 Changed 12 years ago by charles
- Milestone changed from None Set to 1.41
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 12 years ago by charles
- Resolution fixed deleted
- Status changed from closed to reopened
comment:5 Changed 12 years ago by charles
- Milestone changed from 1.41 to None Set
- Resolution set to wontfix
- Status changed from reopened to closed
strftime %X appears to have its own baggage... see ticket #1625.
I think for the time being we'll just use %H:%M. If someone has a cleaner/better patch for this ticket, feel free to reopen.
Changed 12 years ago by Vegar
Patch that uses strftime(%p) to determine whether to use 12 or 24-hour clock
Note: See
TracTickets for help on using
tickets.
Fixed in 1.4x branch in r7355.
Fixed in trunk in r7356.