From 950d29a1545e52a8cd27286c393ef141faa76529 Mon Sep 17 00:00:00 2001 From: Jeremy Nguyen Date: Sat, 17 Jan 2026 21:42:01 -0800 Subject: [PATCH] Update time format in REGISTRY-API.md search endpoint response - Replace JavaScript date format (i.e. output of new Date().toString()) with ISO 8601 date string in the example response for the search endpoint in REGISTRY-API.md --- docs/REGISTRY-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REGISTRY-API.md b/docs/REGISTRY-API.md index e0fb487..8c2f602 100644 --- a/docs/REGISTRY-API.md +++ b/docs/REGISTRY-API.md @@ -190,7 +190,7 @@ _Note: the values of `quality`, `popularity`, and `maintenance` are normalized i } ], "total": 1, - "time": "Wed Jan 25 2017 19:23:35 GMT+0000 (UTC)" + "time": "2017-01-25T19:23:35.000Z" } ```