Describe the problem/error/question
I’m using the Australia/Sydney timezone, which is normally +10. It’s now DST here, which makes Australia/Sydney +11. Webform submittedat time is returning the +10 time.
Information on your n8n setup
n8n version: 1.60.1
Database (default: SQLite): Postgres
n8n EXECUTIONS_PROCESS setting (default: own, main): default
Running n8n via (Docker, npm, n8n cloud, desktop app): docker
Operating system: Ubuntu Server 22.04
Jon
October 15, 2024, 9:14am
2
Hey @revilo951 ,
Have you set the useWorkflowTimezone
option in the form options to see if that changes anything?
Hey Jon,
That one was my bad! That workflow was one from before the useWorkflowTimezone
option was added, and I was manually doing timezone conversions.
Works normally with useWorkflowTimezone
.
Whoops, my apologies.
system
Closed
October 23, 2024, 12:57am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.