Opened 13 years ago
Closed 13 years ago
#2966 closed Bug (fixed)
Patch: Present time with correct amount of digits in web interface.
Reported by: | gongloo | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.92 |
Component: | Web Client | Version: | 1.91 |
Severity: | Minor | Keywords: | |
Cc: |
Description
Looks like Math.formatTimestamp() doesn't output time strings correctly when passed single-digit hours, minutes or seconds. The attached patch to web/javascript/common.js fixes this.
Attachments (1)
Change History (6)
Changed 13 years ago by gongloo
comment:1 Changed 13 years ago by charles
- Component changed from Transmission to Web Client
- Owner set to kjg
comment:2 Changed 13 years ago by charles
- Owner changed from kjg to charles
- Status changed from new to assigned
comment:3 Changed 13 years ago by charles
- Status changed from assigned to new
comment:4 Changed 13 years ago by charles
- Milestone changed from None Set to 1.92
- Status changed from new to assigned
comment:5 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in trunk for 1.92 by r10280
Note: See
TracTickets for help on using
tickets.
Patch to web/javascript/common.js to fix time output formatting for single-digit hours, minutes or seconds.