
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
- Issue with Appwrite Function Execution –...
Hi all, I'm encountering an issue when calling an Appwrite function from my Flutter app. **Environment:** ```Flutter SDK: 3.27.3 Appwrite Flutter SDK: 16.1.0```...
- Accessing caller UserID on Function Exce...
I'm working with function, which should generate a document in Collection B, but only if user who's calling the function, is the owner of Document in Collection...
- Steps to Enable HTTP Access to appwrite ...
Hi Appwrite team, I have created a function and I want it to receive and incoming post request from a webhook( a webhook that notifies the function to update t...
