From 770d15b3948052b0c72deb9f4df8dec803826267 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 31 Aug 2022 14:30:39 +0545 Subject: [PATCH] Revert "Update docs to move from Unix Timestamps -> Datetime" --- app/views/docs/databases.phtml | 4 ---- app/views/docs/realtime.phtml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/docs/databases.phtml b/app/views/docs/databases.phtml index b238c5da4..1b91312de 100644 --- a/app/views/docs/databases.phtml +++ b/app/views/docs/databases.phtml @@ -97,10 +97,6 @@ url URL attribute. - - datetime - DateTime attribute in ISO 8601 format and UTC timezone. - diff --git a/app/views/docs/realtime.phtml b/app/views/docs/realtime.phtml index 2ea286093..f56b89757 100644 --- a/app/views/docs/realtime.phtml +++ b/app/views/docs/realtime.phtml @@ -366,7 +366,7 @@ subscription.close() integer - The Datetime in UTC timezone from the server to ensure consistency across all client platforms and real-time technologies. + The UNIX timestamp from the server to ensure consistency across all client platforms and real-time technologies.