From 8524a457264044265b9c471f1ff67f5ab5b88e65 Mon Sep 17 00:00:00 2001 From: Mitar Date: Tue, 7 Dec 2021 15:30:27 -0800 Subject: [PATCH] docs: fixed date format example --- docs/docs/concepts/rest-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/rest-api.mdx b/docs/docs/concepts/rest-api.mdx index 50c7d5ba017..5af6e407f39 100644 --- a/docs/docs/concepts/rest-api.mdx +++ b/docs/docs/concepts/rest-api.mdx @@ -49,6 +49,6 @@ format: ``` { - "created_at": "2006-01-02T15:04:05Z07:00" + "created_at": "2006-01-02T15:04:05+07:00" } ```