# Understanding Timezones in Workflows

Each workflow has a timezone configuration that determines the execution times of workflow steps. When launching an automation based on a workflow, Introist uses the workflow's timezone settings to schedule these automations accurately.

### Workflow Timezone Configuration Options

When setting up a workflow, you have several options to select the right timezone for each employee:

#### Workspace Default Timezone

This default option ensures there is always a fallback timezone for scheduling automations, providing consistency across the workspace. For simple setups, this might be all you need.

#### Employee Field

This option uses the employee's specific *timezone* Employee Field. It is ideal for ensuring that actions are tailored to the employee's local time.

{% hint style="info" %}
If you don't already have Employee Field called *timezone*. You can create it following these instructions: [Create Employee Field](/knowledge-base/build/employees/employee-fields/create-employee-field.md)
{% endhint %}

#### Workflow-Specific Timezone:

You can set a specific timezone for the workflow itself. This ensures that all steps in the workflow are executed based on this predetermined timezone, regardless of the employee's or workspace's default timezone. This is useful for workflows that need to operate on a fixed schedule, such as company-wide processes.

### Importance of Correct Timezone Configuration

Accurate timezone configuration is crucial to ensure that all workflow steps are executed at the intended times. Misconfiguration can lead to actions being triggered at incorrect times, potentially causing disruptions or delays in the automated process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.introist.com/knowledge-base/learn/deep-dive/understanding-timezones-in-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
