Skip to content

Commit

Permalink
Merge pull request #42 from privacycg/32-resolve-ISO-datetime-typo
Browse files Browse the repository at this point in the history
Fix error in date-time RFC3339 notation
  • Loading branch information
AramZS authored Apr 20, 2023
2 parents 672cdeb + 2542e4f commit 4fb53b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h2>GPC Support Representation</h2>
<li>
A <code>lastUpdate</code> member. The value of the <code>lastUpdate</code>
member MUST be an RFC3339 <code>full-date</code> (YYYY-MM-DD) or <code>date-time</code>
(YYYY-MM-DDTHH:MM:SS(?:0+)?TZ) [[RFC3339]]. This indicates the time at
(YYYY-MM-DDTHH:mm:ss.sssZ) [[RFC3339]]. This indicates the time at
which the statement of support was made, such that later changes to the meaning of the
GPC standard should not affect the interpretation of the resource for legal purposes.
If the member is not in a valid RFC3339 format, the last update date and time is
Expand Down

0 comments on commit 4fb53b3

Please sign in to comment.