You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set the cronjob 0 0 0 1 1 1 (https://crontab.guru/#0_0_1_1_1) and want to have the next timestamp, I expect Friday, January 1. 2021.
But my program crashes with a stack overflow, because it is looking for the 1st of January which is also on a Monday.
By making this change I could fix the problem locally:
If I set the cronjob 0 0 0 1 1 1 (https://crontab.guru/#0_0_1_1_1) and want to have the next timestamp, I expect Friday, January 1. 2021.
But my program crashes with a stack overflow, because it is looking for the 1st of January which is also on a Monday.
By making this change I could fix the problem locally:
The text was updated successfully, but these errors were encountered: