| Summary: | Default datetime_fmt ambiguous | ||
|---|---|---|---|
| Product: | Services | Reporter: | Jethro Nederhof <jethro> |
| Component: | Wiki | Assignee: | Cluster Admin <clusteradm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | philip, wiki-admin |
| Priority: | --- | Keywords: | easy |
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Jethro Nederhof
2021-04-30 09:56:51 UTC
As discussed on Discord, we'll go with 8601 and include seconds, as moin's default includes it: %Y-%m-%dT%H:%M:%S%z wikiconfig.py is managed. @Cluster, please: 1) Update wiki:wikiconfig.py, appending: # Override default time format, showing timezone datetime_fmt = '%Y-%m-%dT%H:%M:%S%z' 2) Delete wikiconfig.pyc to apply changes Committed to admin-svn in r13204. |