Modify ↓
Opened 16 years ago
Closed 6 years ago
#3934 closed defect (fixed)
[Patch] Locale is not used for date formats
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | simon@… | Trac Release: | 0.10 |
Description
Dates are always in mm/dd/yy format; the system locale is not used to format dates.
There is a patch to replace use of time.strptime() and time.strftime() with trac.util.datefmt.parse_date() and trac.util.datefmt.format_date() at: http://bleah.co.uk/~simon/stuff/ticketstats-datefmt.diff
Attachments (1)
Change History (8)
Changed 16 years ago by
Attachment: | ticketstats-datefmt.diff added |
---|
comment:1 Changed 14 years ago by
Summary: | Locale is not used for date formats → [Patch] Locale is not used for date formats |
---|
comment:2 Changed 14 years ago by
Owner: | changed from Prentice Wongvibulsin to Ryan J Ollos |
---|
Reassigning ticket to new maintainer.
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
comment:5 Changed 11 years ago by
Status: | assigned → new |
---|
comment:6 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:7 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in r17235.
Note: See
TracTickets for help on using
tickets.
Patch to use trac.utils.datefmt functions for formatting and parsing dates