ChicK00oOriginal post
Rank 1: Thread
im trying to set 0 16 * * 1-5 as cron execution, but the ui says Please enter a valid Cron expression I believe there is some issue with the validation. The cron mentioned is valid.
This is appwrite cloud. For now i have set it as 0 0 * * * but i do not want that.
Further what is the timezone for this execution? will it be local to me, or UTC?
Summary
There is a syntax mismatch issue with setting the Cron expression in the appwrite cloud. The user tried to set `0 16 * * 1-5`, which is a valid Cron expression, but the UI displays an error message saying it is invalid. There is a known issue with client side validation for the schedule. The user currently has it set as `0 0 * * *`, but they want to use the original expression. The timezone for the execution is not specified, so it is unclear whether it will be local or in UTC. A solution has not been provided in the support thread.