Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/views/docs/databases.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
<td>url</td>
<td>URL attribute.</td>
</tr>
<tr>
<td>datetime</td>
<td>DateTime attribute in <a href="https://en.wikipedia.org/wiki/ISO_8601" rel="noopener" target="_blank">ISO 8601</a> format and UTC timezone.</td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion app/views/docs/realtime.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ subscription.close()</code></pre>
integer
</td>
<td data-title="Description: ">
The <a href="https://en.wikipedia.org/wiki/Unix_time" rel="noopener" target="_blank">UNIX timestamp</a> from the server to ensure consistency across all client platforms and real-time technologies.
The <a href="https://en.wikipedia.org/wiki/ISO_8601" rel="noopener" target="_blank">Datetime</a> in UTC timezone from the server to ensure consistency across all client platforms and real-time technologies.
</td>
</tr>
<tr>
Expand Down