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

Commit

Permalink
Merge pull request #242 from appwrite/revert-235-feat-datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Aug 31, 2022
2 parents ec5b758 + 770d15b commit 9d62f7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/views/docs/databases.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@
<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/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.
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.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 9d62f7b

Please sign in to comment.