FHIR Chat · DateTime ISO 8601 · implementers

Stream: implementers

Topic: DateTime ISO 8601


view this post on Zulip G.J.R. Timmer (Oct 04 2018 at 09:14):

I would like to propose a RFC concerning the date primitive DateTime.
Proposal: Conform to ISO 8601.

The current regexp state the ':' colon to be mandatory.
While ISO 8601 also states that a timezone can be represented as full numeric: +0500

RFC: please make the colon within the regexp in DateTime optional so that DateTime will respect ISO 8601.
https://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC

view this post on Zulip Grahame Grieve (Oct 04 2018 at 10:40):

hi. The timezone format we use is that specified by XML schema. We must use the schema timezone format in XML or RDF, and would not use a different format in JSON. If you think that there's a strong reason to support not having the ":" in a timezone, you could take that up with W3C

view this post on Zulip G.J.R. Timmer (Nov 08 2018 at 13:41):

I'will into it further.


Last updated: Apr 12 2022 at 19:14 UTC