About This Tool
What is Cron Expression Generator?
A tool for visually building cron expressions and previewing next execution times. Essential for correctly writing cron expressions when setting up scheduled tasks on Linux servers.
How to Use
- Set each field: minute, hour, day, month, and day of week.
- Or select from presets (every minute, hourly, daily, etc.).
- Review the generated cron expression.
- Verify settings with the next execution times list.
Key Features
- Visual cron expression builder
- Presets (every minute, hourly, daily, etc.)
- Next execution times preview
- Automatic expression description
Tips
- Cron expression order is: minute hour day month weekday.
- */5 means 'every 5' (e.g., */5 * * * * = every 5 minutes).
- Both 0 and 7 represent Sunday in the weekday field.
Cron Expression Generator
Visually build cron expressions and check next execution times
At minute 0 of every hour
Next Executions
Frequently Asked Questions
Format cron?▼
5 field: menit jam hari bulan hari-minggu. * = semua nilai. */5 = setiap 5.
Cron paling umum?▼
'0 0 * * *' = tengah malam. '*/5 * * * *' = setiap 5 menit. '0 9 * * 1' = Senin jam 9.
Zona waktu?▼
Cron tradisional menggunakan waktu lokal server. Di cloud, periksa konfigurasi timezone.
Related Tools
Codec (Encoder / Decoder)
Encode and decode text in Base64, Base64URL, Base32, Hex, and ASCII85
URL Encoder / Decoder
Encode or decode URL strings
Data Format Converter
Convert and validate between JSON, YAML, TOML, XML, INI, and Properties formats
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-512 hashes from text
JWT Encoder / Decoder
Encode or decode JWT tokens
Regex Tester
Test regular expressions with real-time matching