
Which timezone does function CRON job use by default and is there a way to specify? https://appwrite.io/docs/functions#scheduled-execution
TL;DR
The user wanted to know if it's possible to change the default timezone for a CRON job and if there is a way to specify the timezone for scheduling. The solution is that CRON jobs in general run in UTC time. It's considered best practice to use UTC for server-side timestamps. So there is no way to change the default timezone for CRON jobs, but you can manually adjust the scheduled time based on the desired timezone.
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
- Cannot find module failure
Sorry, Newbe question here. I just installed Appwrite and am trying to install my first Function an am having absolutely no luck what-so-ever getting this done...
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
- Internal curl errors has occurred within...
