> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting the Time Zone for a Workbench 5 Job

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

All datetime data coming into Domo is presumed to be UTC. You can set the time zone for a DataSet Job in Workbench, which will convert the time back to UTC before transmitting to Domo.

American Daylight Savings is taken into account for time zones in Workbench, but you may see the gaining or losing of an hour in your data depending on the time of year.

You apply a time zone to a DataSet using the **Shift Date Timezone** Transform. Note the UTC offset in the example below. In this case, 7 hours would be added to your datetime value in order to bring it inline with UTC.

<Frame>
  <img alt="wb5_transforms_shift_timezone.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/wsUUuFj2iQGL8oiS/images/kb/ka05w00000123t1-00N5w00000Ri7BU-0EM5w000005vPP1.png?fit=max&auto=format&n=wsUUuFj2iQGL8oiS&q=85&s=4125ba1d1a285d371ef7a9143051971a" width="600" height="450" data-path="images/kb/ka05w00000123t1-00N5w00000Ri7BU-0EM5w000005vPP1.png" />
</Frame>

**To set the time zone for a DataSet job,**

1. In Workbench, Click <InlineImage src="/images/kb/ka05w00000123sE-00N5w00000Ri7BU-0EM5w000005vPOU.png" /> in the left-hand icon bar.
2. In the Jobs listing, double-click the DataSet job with columns you want to filter.
3. Click
   **Transforms** to expand that section of the pane.
4. In the
   **Add a transform** menu, select **Filter Transform**.
5. Click the
   <InlineImage src="/images/kb/ka05w00000123sv-00N5w00000Ri7BU-0EM5w000005vPOn.png" /> button.

   The **Filter Transform Editor** appears.
6. In the
   **Data Timezone** menu, select the desired time zone.
7. Click
   **Apply**.
8. Click <InlineImage src="/images/kb/ka05w00000123sv-00N5w00000Ri7BU-0EM5w000005vPOl.png" /> at the top of the pane to save your transform.
