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
cron('0 0 * * 6,7') should be on Saturday and Sunday.
1-6 works for Monday to Saturday. It writes 2-7 to .d, but cron 7, which is Sunday, adds 8 to .d, instead of 1.
cron('0 0 * * 6,7') should be on Saturday and Sunday.
1-6 works for Monday to Saturday. It writes 2-7 to .d, but cron 7, which is Sunday, adds 8 to .d, instead of 1.