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

Commit 9b82f23

Browse files
Merge pull request #235 from appwrite/feat-datetime
Update docs to move from Unix Timestamps -> Datetime
2 parents 860f9d8 + 8b96551 commit 9b82f23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/views/docs/databases.phtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
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>
100104
</tbody>
101105
</table>
102106

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/Unix_time" rel="noopener" target="_blank">UNIX timestamp</a> from the server to ensure consistency across all client platforms and real-time technologies.
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.
370370
</td>
371371
</tr>
372372
<tr>

0 commit comments

Comments
 (0)