
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
- Sharing Auth Provider Refresh Token
For some reason, the identities api always return empty "providerRefreshToken" property in response (in my case it is google), which make sense to not share wit...
- Issue Adding Environment Variables After...
Hey everyone, I just created a new function and pushed it successfully. Now I'm trying to add some environment variables to that function, but I'm hitting an e...
- "NetworkError when attempting to fetch r...
I was trying to upload a function manually which is about 30MB and 9.15MB when in `.tar.gz` form, but getting `NetworkError when attempting to fetch resource.`....
