Skip to content

Commit ba9df2e

Browse files
authored
Update collection-spec.md
Update years in example.
1 parent 0a6da1a commit ba9df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collection-spec/collection-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Timestamps consist of a date and time in UTC and MUST be formatted according to
209209
The temporal reference system is the Gregorian calendar.
210210

211211
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]]`.
212+
Example for data from the beginning of 2019 until now: `[["2019-01-01T00:00:00Z", null]]`.
213213
It is recommended to provide at least a rough guideline on the temporal extent and thus
214214
it's not recommended to set both start and end time to `null`. Nevertheless, this is possible
215215
if there's a strong use case for an open date range to both sides.

0 commit comments

Comments
 (0)