Cron Generator

Cron Generator is a small tool that will allow you to visualize when your cronjob will run, ensuring that the expression you decided to use is the correct one.

Your cron will run on
  • 2024-03-29 13:08:00 UTC
  • 2024-03-29 13:09:00 UTC
  • 2024-03-29 13:10:00 UTC
  • 2024-03-29 13:11:00 UTC
  • 2024-03-29 13:12:00 UTC

Examples

ExpressionMeaning
* * * * *Every minute
*/2 * * * *Every 2 minutes
0 * * * *Every hour
0 */2 * * *Every 2 hours
0 0 * * 1At 12:00 AM, only on Monday
0 0 * * 1/2At 12:00 AM, every 2 days of the week
0 0 1 * *At 12:00 AM, on day 1 of the month
An error has occurred. This application may no longer respond until reloaded. Reload 🗙