Hi everyone, I’m having an issue with the Cron node in n8n. I set up a schedule for my workflow, but it’s not triggering at the expected time.
My workflow is simple
In the Cron node, I configured it like this:{
“mode”: “custom”,
“cronExpression”: “0 9 * * *”
}
I expect it to run every day at 9:00 AM, but it either:
• Doesn’t run at all
• Or runs at a different time
I’m not sure if this is related to timezone settings or if I’m misunderstanding how the cron expression works.
Do I need to configure timezone somewhere in n8n? Or is there something wrong with my cron expression?
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
