Cron Generator
Build a cron expression from a schedule you describe.
Translate a cron expression into plain English and next run times.
Standard five-field crontab (minute, hour, day of month, month, day of week), plus step values (*/5), ranges (1-5), lists (1,3,5), names (MON, JAN) and the shorthand macros @hourly, @daily, @weekly, @monthly and @yearly.
Cron runs the job when either field matches, not both. So "0 0 1 * MON" fires on the first of the month and on every Monday. This surprises people regularly; the parser spells it out when it detects the case.
Your local zone, as reported by your browser. Cron on a server uses that server's zone, which is frequently UTC. Check the server's zone before trusting a schedule that matters.
Build a cron expression from a schedule you describe.
Convert Unix timestamps to dates and back, in any time zone.
Convert a time between any two time zones, DST included.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.