# Conversiones de zona horaria

Convierte entre zonas horarias usando los nombres de ciudades (con gran población), o usando abreviaturas de zona horaria estándar (también se admiten desfases de GMT).

```
6pm Sydney in Chicago | 1:00 am
2am PST to GMT        | 10:00 am
3pm GMT+8 to Paris    | 8:00 am
```

También se pueden usar códigos de aeropuerto en lugar de nombres de ciudades para las conversiones de zona horaria.

```
7:30am LAX to Japan | 11:30 pm
```

{% hint style="info" %}
Incluso puedes usar nombres de países en las conversiones de zona horaria. Para los países que abarcan múltiples zonas horarias, se utiliza la zona horaria de la capital del país.
{% endhint %}

### Hora actual en una ciudad

Obtén la hora actual en un lugar usando `time in timezone` o `timezone time`

```
time in Paris    | 6:30 pm
Tokyo time       | 2:30 am
time in Thailand | Tomorrow at 12:30 am
```

Si estás interesado solo en la fecha en una zona horaria en particular, también puedes solicitarlo.

```
date in Vancouver | 15 February
```

### Diferencia horaria entre ciudades

Para encontrar la diferencia horaria entre lugares o zonas horarias

```
time difference between Seattle and Moscow | 10 hours
difference between PDT & AEST              | 17 hours
```

### Abreviaturas cortas de zonas horarias de EE. UU.

Soulver admite las siguientes abreviaturas cortas de zona horaria para los Estados Unidos:

| Abbreviation | Timezone               |
| ------------ | ---------------------- |
| EST          | Eastern Standard Time  |
| EDT          | Eastern Daylight Time  |
| CST          | Central Standard Time  |
| CDT          | Central Daylight Time  |
| MST          | Mountain Standard Time |
| MDT          | Mountain Daylight Time |
| PST          | Pacific Standard Time  |
| PDT          | Pacific Daylight Time  |
| AKST         | Alaska Standard Time   |
| AKDT         | Alaska Daylight Time   |
| HST          | Hawaii Standard Time   |

También puedes usar zonas horarias de EE. UU. con nombre como "eastern time", "pacific time", "mountain time" y "central time".

{% hint style="info" %}
Las abreviaturas de zona horaria no distinguen entre mayúsculas y minúsculas, por lo que "PST" y "pst" funcionan de manera idéntica.
{% 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://documentation.soulver.app/es/referencia-de-sintaxis/time/time-zones-and-cities.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.
