Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point to proper ISO date spec #133

Merged
merged 2 commits into from
Mar 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Point to proper ISO date spec
  • Loading branch information
leppert authored Jan 30, 2023
commit 39ea3e2d4fcf87702c6b4f4de48690444f90f75b
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 861 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 861 Date&gt;,
"software": &lt;string&gt;,
"version": &lt;string&gt;,

Expand Down