
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
- Triggering an email for each entry in a ...
I want to send an email for each entry done in a table, is there any way I can do that?
- Query without relationships
Is there a way to query a collection so that it doesn't return all the connected relationships? For example, if the user has vehicles as a 1 or a 2 way relatio...
- Web application contact form and email d...
I have included a contact form in my web application, there I am taking user email, subject and query as user input. To validate the user email, I have included...
