I want to execute a task on second Sunday of every month at 9a.m and 9p.m please help me out.
I was trying this:
0 9,21 * * 0/2 task in the cron file
Try this:
0 9 */15 * 0 task
0 21 */15 * 0 task