Can anyone teach me about the new time save node in n8n?

<!-- Hey! The fastest way to find solutions is by using the 🔎 search function at the upper right.
If your question hasn't been asked before, please follow the template below. Skip the questions that are not relevant to you. -->

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:

the time save node is basically for delaying or throttling executions, I usually use it when I need to space out API calls, wait before retries, or control timing between steps, It’s not meant for scheduling “Cron is better for that”, more for flow control inside a workflow, Docs have a couple of good examples if you want to see common patterns.

Hi @MuhammadSAAD Welcome!
Instead of looking for a text based explanation please check out the official video from the n8n channel here.