Skip to content

Commit

Permalink
More meaningful example dates, suggested by @msporny
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Aug 10, 2020
1 parent 47bc417 commit 2609723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3500,8 +3500,8 @@ <h2>

<pre class="example" title="JSON-encoded DID document metadata example">
{
"created": "2002-10-10T17:00:00Z",
"updated": "2016-10-17T02:41:00Z"
"created": "2019-03-23T06:35:22Z",
"updated": "2023-08-10T13:40:06Z"
}
</pre>

Expand All @@ -3511,8 +3511,8 @@ <h2>

<pre class="example" title="DID document metadata example">
«[
"created" → "2002-10-10T17:00:00Z",
"updated" → "2016-10-17T02:41:00Z"
"created" → "2019-03-23T06:35:22Z",
"updated" → "2023-08-10T13:40:06Z"
</pre>

Expand Down

0 comments on commit 2609723

Please sign in to comment.