ToolHop.

ADVERT

๐Ÿ•ฐ๏ธ Cron Parser

Parse cron expressions and preview next run times. Useful for devs managing scheduled tasks and crontab jobs.

Cron Expression Parser

Parse cron syntax, inspect field-by-field behavior, and export the next run window in UTC or a chosen timezone.

Unix format: minute hour day month weekday. Quartz format: second minute hour day month weekday. Quartz ? is normalized to *.
Expression summary

Runs when minute=*/15, hour=*, dayOfMonth=*, month=*, dayOfWeek=*.

Minute
*/15Every 15 units
Hour
*Every value
Day of month
*Every value
Month
*Every value
Day of week
*Every value
Next runs
  • 2/23/2026, 23:00:00 UTC
  • 2/23/2026, 23:15:00 UTC
  • 2/23/2026, 23:30:00 UTC
  • 2/23/2026, 23:45:00 UTC
  • 2/24/2026, 00:00:00 UTC

ADVERT

ADVERT