# タイムゾーンを変更する

ステージを作成すると、デフォルトでブラウザ(デバイス)で設定されているタイムゾーンが自動的に適用されます。

{% hint style="success" %}
設定されているタイムゾーンに合わせて、夏時間の変更を正しく処理し、変更に応じてすべての時間を 1 時間、前か後ろにシフトします。
{% endhint %}

***

## タイムゾーンを変更する

表示タイマー下のタイムゾーンからステージのタイムゾーンを変更することができます。

<figure><img src="https://34971084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxJX6GsaQQ89UCy3dRLd%2Fuploads%2FnPsf9RVlEnxKgAkolZxA%2Ftime-zone-setting_btn.png?alt=media&#x26;token=fc37463c-fa22-4f79-9fd9-5e725305db97" alt="ステージのタイムゾーンを変更"><figcaption><p>ステージのタイムゾーンを変更</p></figcaption></figure>

<figure><img src="https://34971084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxJX6GsaQQ89UCy3dRLd%2Fuploads%2FyXgFJumAczLxKoUVAyXI%2Ftime-zone-setting.gif?alt=media&#x26;token=86e4e1db-879d-4394-915b-7826931bf832" alt="タイムゾーン変更は即座に反映され、必要な再計算と表示が直ちに行われます"><figcaption><p>タイムゾーン変更は即座に反映され、必要な再計算と表示が直ちに行われます</p></figcaption></figure>

{% hint style="success" %}
タイムゾーンの変更は、タイマー起動中(イベント進行中)でも可能です。\
変更は即座に反映され、必要な再計算と表示が直ちに行われます。

* [DateTime mode(終了日時指定)](https://docs.timer-share.com/getting-started/edit-timer#datetime-modetaimno)のタイマーは、変更前のタイムゾーン日時から変更後のタイムゾーン日時に正確に計算され反映されます。
* タイマー進行中のセクションの終了時刻やステージの終了時刻などは、変更前のタイムゾーン日時から変更後のタイムゾーン日時に正確に計算され反映されます。
  {% 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/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.
