Which timezone does function CRON job use by default and is there a way to specify? https://appwrite.io/docs/functions#scheduled-execution
I'm pretty sure the cron runs in UTC time
Thanks. Is there a way to change the default timezone to my local one?
no...but you shouldn't. it's best practice to always use UTC for server-side timestamps
Ok, thanks!
[SOLVED]CRON job timezone
[SOLVED] CRON job timezone
Recommended threads
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...
- Scheduled function silently stopped firi...
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...