4.3 Date/Time Format
Since:
0.5
Columns that provide date and time information conforming to specified rules and formatting requirements ensure clarity, accuracy, and ease of interpretation for both humans and systems.
All columns capturing a date/time value, defined in the FOCUS specification, MUST follow the formatting requirements listed below. Custom date/time-related columns SHOULD also follow the same formatting requirements.
4.3.3 Description
Rules and formatting requirements for date/time-related columns appearing in a FOCUS dataset.
4.3.4 Requirements
- Date/time values MUST be in UTC (Coordinated Universal Time) to avoid ambiguity and ensure consistency across different time zones.
- Date/time values format MUST be aligned with ISO 8601 standard, which provides a globally recognized format for representing dates and times (see ISO 8601-1:2019 governing document for details).
- Values providing information about a specific moment in time MUST be represented in the extended ISO 8601 format with UTC offset ('YYYY-MM-DDTHH:mm:ssZ') and conform to the following guidelines:
- Include the date and time components, separated with the letter 'T'
- Use two-digit hours (HH), minutes (mm), and seconds (ss).
- End with the 'Z' indicator to denote UTC (Coordinated Universal Time)
4.3.5 Exceptions
None