airbytehq/terraform-provider-airbyte

Cron timezone

KimPlv opened this issue · 0 comments

KimPlv commented

Is it possible to have a cron expression with a time zone other than UTC?

schedule = {
    schedule_type   = "cron"
    cron_expression = "0 20 0 * * ? Europe/ Paris"
  }