# Timezone

## Specification

### editable

* Type: `Boolean`
* If `true`, the user can manually edit (map) a time zone. The time zone name must be valid.

## Example

### Basic timezone input

By default, the `timezone` parameter is displayed as `select` with all available time zones as options.

{% tabs %}
{% tab title="Appearance" %}

<div align="left"><figure><img src="/files/Bz6H3DLoiSOhYvgifLo8" alt="" width="538"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Source" %}

```json
[
	{
		"name": "timezone",
		"type": "timezone",
		"label": "Time zone"
	}
]
```

{% endtab %}
{% endtabs %}


---

# 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://developers.make.com/custom-apps-documentation/block-elements/parameters/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.
