Modify ↓
Opened 14 years ago
Last modified 9 years ago
#8389 new defect
Display repository stats with respect to local timezone
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Component: | TracMetrixPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
apparently, it doesn't graph the repository stats according to some local timezone.
i had a hard time comparing the number of commits in the timeline. it doesn't coincide.
I believe the backlog for ticket stats behaves the same as well. Is it possible to adjust the graph base on a given timezone?
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 9 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
The source code needs to be modified to utilize the trac.util.datefmt API rather than the datetime module.