Timestamp formats

The ​SIA​ configuration schema accepts date and dateTime values in ISO 8601 format.
For example, the following are acceptable dates:

1984-06-07
1998-01-01
2005-12-31

And the following are acceptable dateTime values:

1984-06-23 00:00:00 +0000
1984-06-23T00:00:00 +0000

📘

Timezone offset

All timestamps are rendered using the UTC (Coordinated Universal Time) standard, and include the "+0000" time zone offset tag at the end of the timestamp.