# 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

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

## Arguments

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

Time zone

## Example

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

Returns Europe/London

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fiv2NBNyZXxrMZFPZCxPZ%2Fimage.png?alt=media&#x26;token=62fc7b3d-fdfb-4376-8a06-d901040aedbf" alt=""><figcaption><p>TIMEZONE identifier</p></figcaption></figure>
