On Mon, Jan 23, 2012 at 8:46 PM, Jimi <jimi.hullegard.mo
...@gmail.com> wrote:
> Hi,
> I have a problem getting my feed to validate. The problem is the
> starttime and endtime elements (http://purl.org/rss/1.0/modules/
> event/). Since I can not easily get the backend system to produce a
> proper extended format* I tried with a basic format. I tried:
> YYYYMMDDThhmmss±hhmm, but the validator complains that this is invalid
> ISO8601 date-time. But I disagree.
> I even copy pasted an example from the specification**:
> 19850412T101530+0400
> But it results in the same error. How come this format is not allowed?
> If the validator only allows a subset of all the possible syntax
> variations, or only a specific version of the ISO8601 standard, then
> it should be mentioned somewhere.
You're right - that is valid ISO 8601, but the validator recognises a Try dash-separating your date and colon-separating your time for a valid format.