Ticket #2321 (closed defect: duplicate)
Opened 6 years ago
Last modified 6 years ago
ISO date formatting
| Reported by: | wilmer@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Right now at most places Trac only displays dates in the sometimes ambiguous MM/DD/YYYY format. I would like to be able to set this to the ISO format (YYYY-MM-DD), since every time I see a different date format I have to guess what is the month and what is the day, not very convenient. :-)
Since this happens at most places where dates are mentioned, I can't really choose a component. BTW, I get the impression that this is something for ClearSilver, not for Trac. Is that right?
Attachments
Change History
comment:1 Changed 6 years ago by wilmer@…
comment:2 Changed 6 years ago by cboos
I have no idea which locale has the ISO-format
That may be a problem, as I don't think there's one.
That's why a special setting for getting the ISO format used
by Trac might well be needed.
If there's another solution, I would be also interested to
know.
comment:3 Changed 6 years ago by mgood
- Resolution set to duplicate
- Status changed from new to closed
This is a duplicate of #1690.
comment:4 Changed 6 years ago by wilmer@…
My solution was a little source hack, but that's obviously not very clean. It'll work for me for now. Open source is a great thing. :-D



Ahhh, oops, I found out that this is a locale-setting. I have no idea which locale has the ISO-format, but I'll find a solution now. :-)
Thanks for the great product!