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.
|