Is it possible to set $createdAt and $updatedAt manually on users and documents?
I am importing a data handed to me in json format that has users and other documents related to them. I have looked into Appwrite server sdk and Rest API docs but I couldn't find on if this is possible.
Thank you
Currently there is no way to manually set this fields, the appwrite team found the same issue with the migration tool, you can check this issue where steven talk about it: https://github.com/appwrite/appwrite/issues/7412
I don't have any information about if this will be implemented of it's in the roadmap
thank you @Guille
[Solved] Manually set $createdAt and $updatedAt when creating users and documents
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...