
Is there a .now() from the DB server time, possibility when creating a document on maybe an attribute (created_at) ?
Getting this from client is not reliable. Spinning a cloud function for this is not ok.
The underlying mysql DB has this option build in, just wanted to know if it can be used.

Every Document has a $createdAt
and $updatedAt
parameter

Did eventually found this. But this is not available to sort elements into the console (admin) right ?

Also could not really find the 2 in the docs. 👀

Found them on GitHub

You can’t currently sort in the Console, but you can have it sorted with listDocuments

Recommended threads
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
