Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 9d62f7b

Browse files
Merge pull request #242 from appwrite/revert-235-feat-datetime
2 parents ec5b758 + 770d15b commit 9d62f7b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/views/docs/databases.phtml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
<td>url</td>
9898
<td>URL attribute.</td>
9999
</tr>
100-
<tr>
101-
<td>datetime</td>
102-
<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>
103-
</tr>
104100
</tbody>
105101
</table>
106102

app/views/docs/realtime.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ subscription.close()</code></pre>
366366
integer
367367
</td>
368368
<td data-title="Description: ">
369-
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.
369+
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.
370370
</td>
371371
</tr>
372372
<tr>

0 commit comments

Comments
 (0)