Modify ↓
Opened 15 years ago
Closed 15 years ago
#5630 closed defect (fixed)
Produces invalid dates
Reported by: | Owned by: | Edward S. Marshall | |
---|---|---|---|
Priority: | normal | Component: | TracSitemapPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
TracSitemapPlugin produces invalid dates:
<lastmod>2009-08-04T20:01:47+-2:00</lastmod>
Should be:
<lastmod>2009-08-04T20:01:47-02:00</lastmod>
Use format string:
<lastmod>%s%+03d:%02d</lastmod>
Instead of:
<lastmod>%s+%02d:%02d</lastmod>
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Fixed in r7132.