FUZZYOriginal post
Rank 1: Thread
Which timezone does function CRON job use by default and is there a way to specify? https://appwrite.io/docs/functions#scheduled-execution
Summary
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.