Skip to content

Commit

Permalink
Point to proper ISO date spec (#133)
Browse files Browse the repository at this point in the history
* Point to proper ISO date spec

* Add missing 0 to ISO spec
  • Loading branch information
leppert authored Mar 2, 2023
1 parent 17584f8 commit 24f0a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wacz-auth/0.1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<pre class="example">
{
"hash": "&lt;sha256 hash of datapackage.json&gt;",
"created": "&lt;ISO 8861 Date&gt;",
"created": "&lt;ISO 8601 Date&gt;",
"software": "&lt;string&gt;",
"version": "&lt;string&gt;",
"signature": "&lt;base64 encoded signature&gt;",
Expand All @@ -219,7 +219,7 @@
<pre class="example">
{
"hash": &lt;sha256 hash of datapackage.json&gt;,
"created": &lt;ISO 8861 Date&gt;,
"created": &lt;ISO 8601 Date&gt;,
"software": &lt;string&gt;,
"version": &lt;string&gt;,

Expand Down

0 comments on commit 24f0a14

Please sign in to comment.