From 062e0674dc3e774bba88926c04afceca66749277 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 15 Aug 2022 16:24:18 +0000 Subject: [PATCH 1/2] update timestamp in example payload --- app/views/docs/realtime.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/realtime.phtml b/app/views/docs/realtime.phtml index f56b89757..2ea286093 100644 --- a/app/views/docs/realtime.phtml +++ b/app/views/docs/realtime.phtml @@ -366,7 +366,7 @@ subscription.close() integer - The UNIX timestamp from the server to ensure consistency across all client platforms and real-time technologies. + The Datetime in UTC timezone from the server to ensure consistency across all client platforms and real-time technologies. From 8b965519b479487c61076ca82f7a00ddeed11140 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 22 Aug 2022 15:17:26 +0000 Subject: [PATCH 2/2] Update list of attributes in databases --- app/views/docs/databases.phtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/docs/databases.phtml b/app/views/docs/databases.phtml index 1b91312de..b238c5da4 100644 --- a/app/views/docs/databases.phtml +++ b/app/views/docs/databases.phtml @@ -97,6 +97,10 @@ url URL attribute. + + datetime + DateTime attribute in ISO 8601 format and UTC timezone. +