> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/ja/yu-yue/availability/timezone.md).

# タイムゾーン

Sesamiは対応しています **複数のタイムゾーン**、これは複数地域の顧客に対応する店舗に便利です。

## 顧客の現在のタイムゾーン（変換）

{% hint style="info" %}
有効にすると、ストアフロントのカレンダーは顧客の現在のタイムゾーンに合わせて調整されます。
{% endhint %}

* 店舗の時間枠は、顧客向けに自動で変換されます。
* Shopifyの注文では、顧客のタイムゾーンと選択した時間を確認できます。
* Sesamiでは、予約は店舗のタイムゾーンのままです（これは表示上の変換です）。

## 店舗のタイムゾーンを設定する

移動先： **Sesami → 設定 → ストア設定 → タイムゾーン**

## ストアフロントでタイムゾーンラベルを非表示にする

カレンダーにタイムゾーンラベルを表示したくない場合： **Sesami → 設定 → ストアフロント設定 → タイムゾーンを非表示**

## タイムゾーン固定（目的地時間）

ツアー、空港ラウンジ、その他の場所に基づくサービスなど、一部のビジネスでは、サービス時間を目的地のタイムゾーンに固定しておく必要があります。

タイムゾーン固定の手順動画をご覧ください：

{% embed url="<https://youtu.be/xed9WoCcsHk?is=GT_LaaKxPg9G39ah>" %}

動画で説明されているようにタイムゾーン固定を設定するには、Custom Liquidボタンを作成する必要があります。

作成するには、 [**Sesami Configurator**](https://sesami.dev/docs/sesami-experience/configurator/) を使用し、ボタンの設定時に「Service Timezone」オプションを必ず選択してください。

<figure><img src="https://1805722424-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnDgiM1CWSLWRIbhORANO%2Fuploads%2Ff8JpCBV3Dfz16NQ4XyAu%2FScreenshot%202026-08-26%20at%2016.35.59.png?alt=media&amp;token=6843d5b0-2b9c-4813-a8bc-e38d3aa84315" alt=""><figcaption></figcaption></figure>

必要に応じて、Sesamiサポートがサービスのタイムゾーン設定の構成をお手伝いすることもできます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.sesami.co/ja/yu-yue/availability/timezone.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
