Opened 19 years ago
Closed 19 years ago
#5292 closed defect (worksforme)
Trac GUI does not accept 4 digit year in date
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.3.1 |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Trac interface does not accept a 4 digit year when setting a date. This means Trac is not Y2K compliant — it should accept/require four digit years in dates. This is also the ANSI ISO standard for dates.
Attachments (0)
Change History (7)
comment:1 by , 19 years ago
| Keywords: | needinfo added |
|---|
comment:3 by , 19 years ago
| Version: | → 0.10.3.1 |
|---|
Locale: this is a very important piece of information, as the format of the date strongly depends on the locale.
(btw, there is a version field in Trac ticket; please fill it if you submit another ticket)
comment:4 by , 19 years ago
If you don't know your locale, then you are probably using the default one for your system. See wiki:TracFaq#how-do-i-change-the-format-used-for-displaying-date-and-time for how to change it to one that takes a four-digit year.
comment:5 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Adding this line PythonOption TracLocale "en_US.UTF-8" the <Location> context of apache config fixed it.
comment:6 by , 19 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:7 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | reopened → closed |



Can you provide more details:
Thanks.