Search



Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A datatype representing a date or time.

Note: In SNOMED CT release file specifications date and times are represented as strings using the ISO 8601 basic format.

Anchor
_d8df51fd-c6a2-4dfa-93bf-febb5efdd62e__u
_d8df51fd-c6a2-4dfa-93bf-febb5efdd62e__u

  • The date format used is YYYYMMDD.
  • Where time is included the format is YYYYMMDDThhmmssZ. The time is separated from the date by the letter "T" and followed by the letter "Z" indicating that the timezone is UTC.

Examples:

July 31st 2012: 20120731 .

13:15 UTC on August 2nd 2012: 20120802T131500Z

...