Is there any easy way to change the timestamp format in the rss feed
which gets generated without modifying xwiki source code?
The field
<dc:date>Tue Jun 28 16:31:33 PDT 2005</dc:date>
should have been formatted as per the dateTime spec at
http://www.w3.org/TR/xmlschema-2/#dateTime
The current behavior seems to throw off the date/time sorting in RSS
readers as they just ignore the value.
A SimpleDateFormat conversion has been given here..
http://lists.xml.org/archives/xml-dev/200311/msg00153.html
which uses the format
"yyyy-MM-dd'T'HH:mm:ss,SSS'Z'"
Any thoughts?
-Sudhir