Every 12 Hours Cron

Example:
0 0,12 * * * /usr/bin/half-daily.sh
Use 0 0,12 * * * to run at midnight and noon daily.
Try Cron Master →

FAQs

Is this the same as 0 */12 * * *?

Yes, both run at 0:00 and 12:00.