Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
9.13.5
-
Xwiki 15.8 (Ubuntu 22.04.1)
-
Unknown
-
Description
The Blog.CategoryRss feed currently produces RSS publish dates in 12-hour notation (e.g., "2023-12-20T01:42:26+01:00"). This format causes complications with trigger and time handling.
See issue description on forumpost ;
""
We use yyyy-MM-dd'T'hh:mm:ssZZ but in Java hh means 0-12 hour format (see [Java SimpleDateFormat - Java Date Format | DigitalOcean|https://www.digitalocean.com/community/tutorials/java-simpledateformat-java-date-format]), and thus it seems that the Blog app is wrong and it should use HH, i.e. yyyy-MM-dd'T'HH:mm:ssZZ
""