# Change Time Zone

When a stage is created, the default time zone set on the browser (device) is automatically applied.

{% hint style="success" %}
It correctly handles daylight saving time changes, shifting all times forward or backward by one hour as needed.
{% endhint %}

***

## Change Time Zone

You can change the stage's time zone from the time zone option below the displayed timer.

<figure><img src="/files/uvi4dnLl1SNmTGfnEQJi" alt="ステージのタイムゾーンを変更"><figcaption><p>Change the Stage Time Zone</p></figcaption></figure>

<figure><img src="/files/JssFGRdcYuVR650m7AFt" alt="タイムゾーン変更は即座に反映され、必要な再計算と表示が直ちに行われます"><figcaption><p>The time zone change will take effect immediately, with necessary recalculations and display updates applied instantly.</p></figcaption></figure>

{% hint style="success" %}
You can change the time zone even while the timer is running (during an event).\
The change will take effect immediately, with necessary recalculations and display updates applied instantly.

* For [DateTime mode](/en/quick-start/getting-started/edit-timer.md#datetime-mode-set-timer-end-time) (end time setting), the timer will be recalculated and updated from the previous time zone to the new time zone accurately.
* The end times for ongoing sections and the stage's end time will also be recalculated and updated from the previous time zone to the new one accurately.
  {% endhint %}


---

# 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.timer-share.com/en/quick-start/advanced-settings-operation/time-zone-setting.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.
