fix(core): Use the configured timezone in task runner (#12032)

This commit is contained in:
Tomi Turtiainen
2024-12-04 13:32:44 +02:00
committed by GitHub
parent 8616b17cc6
commit 2e6845afcb
6 changed files with 49 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ export class TaskRunnerProcess extends TypedEmitter<TaskRunnerProcessEventMap> {
private readonly passthroughEnvVars = [
'PATH',
'GENERIC_TIMEZONE',
'NODE_FUNCTION_ALLOW_BUILTIN',
'NODE_FUNCTION_ALLOW_EXTERNAL',
'N8N_SENTRY_DSN',