I entered a reservation date on YouTube, but the time is not set to the default time zone

Describe the problem/error/question

What is the error message (if any)?

workflow timezone setting
Asia/Seoul

n8n Youtube public At date setting
2025-06-28 19:00:00
image

Youtube public At date
2025-06-29 04:00:00

When sending data(public At) to YouTube, the workflow time zone is not reflected. This is shown as an n8n error.

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: n8n cloud
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system:

You can try setting the TZ for all workflows on the Admin → Manage page instead of setting it on the individual workflow. Not sure if that will be reflected in the “Publish At” setting, but there’s a chance.

If that doesn’t work, you may need to set the workflow’s TZ to match Google/YT servers (America/Los_Angeles ?)

Otherwise, you might be able to manually apply an offset (using an expression with date functions) to send YT the correct/intended time, based on something (e.g. Set/Edit Fields node) that DOES display the TZ-aware date/time.