> 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/it/prenotazione/availability/timezone.md).

# Fuso orario

Sesami supporta **più fusi orari**, il che è utile per i negozi che servono clienti in diverse regioni.

## Fuso orario attuale del cliente (conversione)

{% hint style="info" %}
Quando è abilitato, il calendario della vetrina si adatta al fuso orario attuale del cliente.
{% endhint %}

* Le fasce orarie del tuo negozio vengono convertite automaticamente per il cliente.
* Nell'ordine Shopify, puoi vedere il fuso orario del cliente e l'orario selezionato.
* In Sesami, gli appuntamenti rimangono nel fuso orario del tuo negozio (questa è una conversione di visualizzazione).

## Imposta il fuso orario del tuo negozio

Vai a: **Sesami → Impostazioni → Impostazioni negozio → Fuso orario**

## Nascondi l'etichetta del fuso orario nella vetrina

Se non vuoi che l'etichetta del fuso orario venga mostrata nel calendario: **Sesami → Impostazioni → Impostazioni vetrina → Nascondi fuso orario**

## Fissazione del fuso orario (ora di destinazione)

Alcune attività hanno bisogno che gli orari dei servizi rimangano fissati al fuso orario di destinazione, come tour, lounge aeroportuali e altri servizi basati sulla località.

Guarda il video tutorial sulla Fissazione del fuso orario:

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

Per configurare la Fissazione del fuso orario, come spiegato nel video, dovrai creare un pulsante Custom Liquid.

Per crearlo, usa il [**Configuratore Sesami**](https://sesami.dev/docs/sesami-experience/configurator/) e assicurati di selezionare l'opzione Fuso orario del servizio durante la configurazione del pulsante.

<figure><img src="https://792414832-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>

Il supporto Sesami può anche aiutarti a configurare l'impostazione del fuso orario del servizio, se necessario.


---

# 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/it/prenotazione/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.
