# timezone

## Syntax

```
[no] timezone <string>|<country-code> <n>
```

## Syntax Description

<table><thead><tr><th width="189">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Removes an existing time zone specification.</td></tr><tr><td>string</td><td>Specify an explicit time zone.</td></tr><tr><td>country-code</td><td>A 2-letter country code.</td></tr><tr><td>n</td><td>Select from a list of time zones associated with the specified country.</td></tr></tbody></table>

## Defaults

The Island ships with the time zone set to "America/Chicago". If no time zone is set, the system will use UTC.

## Usage Guidelines

This command sets the time zone used by the Island for displaying and interpreting times in logs, events, and other scheduled tasks. A time zone identifier can be entered directly or by selecting a time zone from a list of country-specific zones.

If \<string> is specified, it must contain a valid time zone identifier from the [IANA Time Zone Database](https://www.iana.org/time-zones). A more convenient list of time zone identifiers can be found in Wikipedia's [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).&#x20;

Time zone identifiers are case-sensitive.

Alternately, the user may specify a 2-letter country code (e.g., "fr"). If the country has a single time zone, the time zone will be set to it. If the country has more than one time zone, the user will be presented with a numbered list of time zones for that country. The command can then be issued again with both the country code and the number of the desired time zone from the list.

## Examples

```
timezone Europe/Brussels
timezone br
timezone br 8
timezone CST6CDT
timezone UTC
```

## Related Commands

{% content-ref url="/pages/fiiH69fpWPvsT4NzKeXz" %}
[show clock](/island-router-cli-2.3.2/commands/show-clock.md)
{% endcontent-ref %}

{% content-ref url="/pages/8v43T6eAiKeDQrmae6UI" %}
[ntp](/island-router-cli-2.3.2/commands/ntp.md)
{% endcontent-ref %}


---

# 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.islandrouter.com/island-router-cli-2.3.2/commands/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.
