Modify

Opened 15 years ago

Closed 14 years ago

#5630 closed defect (fixed)

Produces invalid dates

Reported by: lostclus@… 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)

Change History (1)

comment:1 Changed 14 years ago by Edward S. Marshall

Resolution: fixed
Status: newclosed

Fixed in r7132.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Edward S. Marshall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.