# TIMEZONE

When data is generated or consumed across multiple time zones, UTC (Coordinated Universal Time) is widely used in reports to ensure global alignment. The TIMEZONE identifier enables you to refer to a specific UTC time zone.

{% hint style="info" %}
This identifier is currently available only in Reporting Matrix
{% endhint %}

### Syntax <a href="#syntax" id="syntax"></a>

```
TIMEZONE.<UTC time zone>
```

### Arguments <a href="#arguments" id="arguments"></a>

UTC time zone- The time zone to be referred to in your reports, E.g., (UTC+00:00) Dublin, Edinburgh, Lisbon, London. You can select the timezone from the list of supported timezones.

### Return value <a href="#return-value" id="return-value"></a>

Time zone

### Example <a href="#example" id="example"></a>

```javascript
timezone.[(UTC+00:00) Dublin, Edinburgh, Lisbon, London]
```

Returns Europe/London

<figure><img src="/files/FepCcD5j5LRvWDRvMAOD" alt=""><figcaption><p>TIMEZONE identifier</p></figcaption></figure>


---

# 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.fabricplan.com/planning-sheets/formula-syntax/date-functions/timezone.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.
