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
Formato cron?▼
5 campos: minuto hora dia mês dia-semana. * = qualquer valor. */5 = a cada 5.
Cron mais comum?▼
'0 0 * * *' = meia-noite diária. '*/5 * * * *' = a cada 5 min. '0 9 * * 1' = segunda 9h.
Fuso horário?▼
Cron tradicionalmente usa hora local do servidor. Em cloud, verifique configuração de 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