
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
- My collection is not updating after csv ...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
