https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01963.0510/doc/html/psh1360346725201.html

Asterisks (*)

question mark ( ? )

https://crontab.guru/

crontab

cron is a basic utility available on Unix-based systems.

<minute> <hour> <day-of-month> <month> <day-of-week> <command>


spring sheduler job

https://stackoverflow.com/questions/30887822/spring-cron-vs-normal-cron?rq=1

Spring Scheduled tasks are not in the same format as cron expressions.

They don’t follow the same format as UNIX cron expressions.

There are only 6 fields:

https://stackoverflow.com/questions/30887822/spring-cron-vs-normal-cron?rq=1