跳到内容
RapideTools

Cron 表达式助手

解释 cron 表达式及后续运行时间。

Enter a standard 5-field cron expression (minute, hour, day-of-month, month, day-of-week) to see a plain explanation and the next few run times. Everything runs locally in your browser.

标准 5 字段 cron:分钟、小时、日、月、星期。不支持宏(@daily)和特殊字符(L、W、#)。

你的输入在浏览器本地处理 —— 不会上传、存储或记录。

为你节省时间了吗?请我喝杯咖啡

工作原理

  1. 1 Type a cron expression, or pick an example.
  2. 2 Read the field-by-field explanation.
  3. 3 Check the next run times.

常见用例

  • Understand an unfamiliar cron line.
  • Verify a schedule before deploying.
  • Learn cron syntax.
  • Preview when a job will run next.

常见问题

Is my input sent to a server?

No. Everything runs locally in your browser — your input is never uploaded, stored or logged.

What syntax is supported?

Standard 5-field cron with *, ranges (1-5), lists (1,3,5) and steps (*/5). Macros like @daily and special characters (L, W, #) are not supported in this first version.

Which time zone are run times in?

Your local browser time zone.

Is it really free?

Yes — free, with no signup and no limits.