TIMEZONE

Timezone for cron schedule evaluation.

Category: pipeline-clauses

Syntax

TIMEZONE 'America/New_York'

Description

The TIMEZONE clause specifies the IANA timezone identifier used to evaluate the pipeline's cron schedule. It accepts a single-quoted string such as `'America/New_York'` or `'Europe/London'`. When omitted, the timezone defaults to UTC. This clause only has an effect when the pipeline declares a SCHEDULE with an inline cron expression; if SCHEDULE references a named schedule object, that object carries its own timezone setting and this clause is ignored.

Open in interactive docs →   DeltaForge home →