تعبير كرون الإنسان

تحويل تعبيرات CRON إلى أوصاف قابلة للقراءة الإنسان والتنبؤ أوقات التنفيذ التالية

Choose between 5-field standard format or 6-field extended format with seconds
حالة:
صالح
Load a random sample cron expression to test
Clear the cron expression input and results

تعبير كرون

5 ميدان (من اليسار إلى اليمين):

دقيقة:0-59
ساعة:0-23
يوم الشهر:1-31
شهر:1-12
يوم الأسبوع:0-7 (0 و 7 = الأحد)

الوصف البشري

الوصف القابل للقراءة البشرية سيظهر هنا ...

دليل التعبير كرون

شخصيات خاصة

* - أي قيمة (Wildcard)
? - لا توجد قيمة محددة (حقول اليوم فقط)
- - نطاق القيم (على سبيل المثال ، 1-5)
, - قائمة القيم (على سبيل المثال ، 1،3،5)
/ - قيم الخطوة (على سبيل المثال ، */2)

أمثلة شائعة

0 9 * * 1-5 - أيام الأسبوع في الساعة 9 صباحًا
30 14 1 * * - الأول من الشهر في الساعة 2:30 مساءً
0 */6 * * * - كل 6 ساعات
0 0 * * 0 - كل يوم أحد في منتصف الليل

Cron Expression Humanizer - Cron Job Scheduler Tool

Cron expressions define schedules using compact syntax. This page translates cron into human‑readable text and helps you validate when jobs will run, including edge cases across timezones.

What is a cron expression?

A standard 5‑field cron uses minutes, hours, day of month, month, and day of week. Extended formats add seconds or year. Wildcards, ranges, lists, and step values control frequency—for example, 0 0 * * 1 runs every Monday at midnight.

How humanization works

The tool parses your expression, expands fields into actual run times, and renders a friendly description. It highlights conflicts, shows upcoming run instances, and can simulate different timezones so you see the real behavior in production.

About the Cron Humanizer

Use it to review schedules during code review, communicate timing to non‑technical stakeholders, and ensure that daylight saving transitions won’t break expectations.

Readable schedules reduce operational toil. Document intent alongside expressions and verify edge cases before deploying.