
Is there a way to query database documents by the server time (e.g. "now()")? Querying by the client time (e.g. Datetime.now()) seems a bit unreliable and is not useable where the current time really matters, like expiration dates.

No. Although you proxy through a Function?

Should you save datetimes in your DB as UTC and convert local time to UTC?
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
