> 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/es/reserva/availability/timezone.md).

# Zona horaria

Sesami admite **múltiples zonas horarias**, lo cual es útil para tiendas que atienden a clientes de distintas regiones.

## Zona horaria actual del cliente (conversión)

{% hint style="info" %}
Cuando está activado, el calendario de la tienda se adapta a la zona horaria actual del cliente.
{% endhint %}

* Los horarios de tu tienda se convierten automáticamente para el cliente.
* En el pedido de Shopify, puedes ver la zona horaria del cliente y la hora seleccionada.
* En Sesami, las citas permanecen en la zona horaria de tu tienda (esto es una conversión de visualización).

## Configura la zona horaria de tu tienda

Ve a: **Sesami → Configuración → Configuración de la tienda → Zona horaria**

## Ocultar la etiqueta de zona horaria en la tienda

Si no quieres que se muestre la etiqueta de zona horaria en el calendario: **Sesami → Configuración → Configuración de la tienda → Ocultar zona horaria**

## Fijación de zona horaria (hora de destino)

Algunos negocios necesitan que los horarios del servicio se fijen a la zona horaria de destino (por ejemplo, tours, salas VIP de aeropuertos).

El equipo de soporte de Sesami puede ayudarte a configurar la zona horaria del servicio en consecuencia.


---

# 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/es/reserva/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.
