# Tiempo

Soulver puede trabajar con horas de reloj, zonas horarias, duraciones de tiempo y códigos de tiempo de video.

* [Conversiones de Zona Horaria](/es/referencia-de-sintaxis/time/time-zones-and-cities.md) — convertir horas entre ciudades y zonas horarias
* [Formatos de Tiempo](/es/referencia-de-sintaxis/time/timespans-and-laptimes.md) — trabajar con duraciones y formatos de tiempo de vuelta
* [Cálculos de Hora de Reloj](/es/referencia-de-sintaxis/time/clock-time-calculations.md) — sumar y restar horas de reloj
* [Códigos de Tiempo y Tasas de Fotogramas de Video](/es/referencia-de-sintaxis/time/video-timecode-and-frame-rates.md) — convertir entre códigos de tiempo y tasas de fotogramas


---

# 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://documentation.soulver.app/es/referencia-de-sintaxis/time.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.
