From 24f0a141d984286787f56eb3a19571ab2cfa9fe7 Mon Sep 17 00:00:00 2001 From: Greg Leppert Date: Thu, 2 Mar 2023 04:21:40 +0100 Subject: [PATCH] Point to proper ISO date spec (#133) * Point to proper ISO date spec * Add missing 0 to ISO spec --- wacz-auth/0.1.0/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wacz-auth/0.1.0/index.html b/wacz-auth/0.1.0/index.html index 09b8d67..4997947 100644 --- a/wacz-auth/0.1.0/index.html +++ b/wacz-auth/0.1.0/index.html @@ -197,7 +197,7 @@
 {
     "hash": "<sha256 hash of datapackage.json>",
-    "created": "<ISO 8861 Date>",
+    "created": "<ISO 8601 Date>",
     "software": "<string>",
     "version": "<string>",
     "signature": "<base64 encoded signature>",
@@ -219,7 +219,7 @@
 
 {
     "hash": <sha256 hash of datapackage.json>,
-    "created": <ISO 8861 Date>,
+    "created": <ISO 8601 Date>,
     "software": <string>,
     "version": <string>,