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