We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6da1a commit ba9df2eCopy full SHA for ba9df2e
collection-spec/collection-spec.md
@@ -209,7 +209,7 @@ Timestamps consist of a date and time in UTC and MUST be formatted according to
209
The temporal reference system is the Gregorian calendar.
210
211
Open date ranges are supported by setting the start and/or the end time to `null`.
212
-Example for data from the beginning of 2019 until now: `[["2009-01-01T00:00:00Z", null]]`.
+Example for data from the beginning of 2019 until now: `[["2019-01-01T00:00:00Z", null]]`.
213
It is recommended to provide at least a rough guideline on the temporal extent and thus
214
it's not recommended to set both start and end time to `null`. Nevertheless, this is possible
215
if there's a strong use case for an open date range to both sides.
0 commit comments