From fc4703aa34066a56fa3cf3b664a0d032157e477a Mon Sep 17 00:00:00 2001 From: Mitar Date: Tue, 7 Dec 2021 23:54:47 -0800 Subject: [PATCH] docs: fixed date format example (#2038) --- 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 50c7d5ba0177..5af6e407f396 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" } ```