Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Proposal
-
What is the proposed change?
It would be a very good option to be able to run cron with local time schedule as it's possible for Job serverless
-
Who does this proposal help, and why?
It would make serverless functions more useful when the need is to run a task at a certain time depending of the local time
Example
I need to run a serverless function at 11 am Europe/Paris but in summer it's UTC + 2 and in winter UTC + 1, so I have to change my cron scheduler when the time change.
Community Note
Proposal
What is the proposed change?
It would be a very good option to be able to run cron with local time schedule as it's possible for Job serverless
Who does this proposal help, and why?
It would make serverless functions more useful when the need is to run a task at a certain time depending of the local time
Example
I need to run a serverless function at 11 am Europe/Paris but in summer it's UTC + 2 and in winter UTC + 1, so I have to change my cron scheduler when the time change.