How to Master n8n Schedule Trigger With CRON Expressions and Timezone Settings
The n8n Schedule Trigger node offers more advanced scheduling capabilities than its basic UI implies, including full CRON expression support and explicit timezone configuration. A standard CRON expression uses five fields covering minute, hour, day of month, month, and day of week, enabling patterns such as weekday-only runs, last-day-of-month triggers, and quarterly schedules. A common pitfall is relying on the server's default timezone, which can cause workflows to fire at unintended local times; the node's settings allow users to specify IANA timezone names that automatically account for daylight saving time. Developers are advised to validate CRON expressions using tools like crontab.guru before deployment to catch field-order mistakes. The Schedule Trigger is the current recommended replacement for n8n's older, deprecated Cron node.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in