Cron Expression Builder
By s k y l e r · Published · Updated
Generate and explain complex Cron expressions for task scheduling.
Tags: devops, utility, coding
Prompt template
## Introduction Easily build precise Cron schedules for your server jobs. ## Schedule Requirements - How often should the job run?: [textarea: E.g., Every Tuesday and Thursday at 2:30 PM] - Server Timezone (if applicable): [text: E.g., UTC, EST] ## Output Format - Include examples of the next 5 run times? [toggle: Yes, No] - Syntax type: [dropdown: Standard Cron (Linux), AWS EventBridge, Quartz/Spring, GitHub Actions] - Add a bash script wrapper example? [toggle: Yes, No] --- **Goal**: Output the correct Cron expression and a plain-English explanation of the schedule.