J
jsnX
I'm having trouble determining whether or not the period in an
xsd:dateTime like this:
2006-10-04T03:42:12.3Z
should in fact be a comma, as date(1) would have it:
date --utc --iso-8601=ns
2006-10-04T04:02:01,012255000+0000
The examples of ISO-8601 I've seen online seem to side with date(1) and
not W3C XML Schema Datatypes.
xsd:dateTime like this:
2006-10-04T03:42:12.3Z
should in fact be a comma, as date(1) would have it:
date --utc --iso-8601=ns
2006-10-04T04:02:01,012255000+0000
The examples of ISO-8601 I've seen online seem to side with date(1) and
not W3C XML Schema Datatypes.