Closed justincy closed 8 years ago
The conceptual model doesn't define any formats. The formats are defined by the serialization format specs. XML already has a format defined (xs:dateTime
). JSON format had to be specified as a number (milliseconds since epoch).
The spec doesn't appear to specify the format, just the contents:
Is that an omission in the docs or does the spec really not specify? I think there ought to be a standard format. Though I'm not aware of any date-time standard other than ISO 8601 that specify the date and time parts so perhaps ISO 8601 is assumed?