# Conversioni Fuso Orario

Converti tra i fusi orari utilizzando i nomi delle città (con grandi popolazioni) o utilizzando le abbreviazioni standard dei fusi orari (sono supportati anche gli offset GMT).

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

È possibile utilizzare anche i codici aeroportuali al posto dei nomi delle città nelle conversioni di fuso orario.

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

{% hint style="info" %}
È possibile utilizzare anche i nomi dei paesi nelle conversioni di fuso orario. Per i paesi che coprono più fusi orari, viene utilizzato il fuso orario della capitale del paese.
{% endhint %}

### Ora attuale in una città

Ottieni l'ora attuale in un luogo utilizzando `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
```

Se sei interessato solo alla data in un particolare fuso orario, puoi richiederlo anche

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

### Differenza di ora tra città

Per trovare la differenza di ora tra luoghi o fusi orari

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

### Brevi abbreviazioni dei fusi orari statunitensi

Soulver supporta le seguenti brevi abbreviazioni dei fusi orari per gli Stati Uniti:

| 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   |

È possibile utilizzare anche nomi di fusi orari statunitensi come "eastern time", "pacific time", "mountain time" e "central time".

{% hint style="info" %}
Le abbreviazioni dei fusi orari non distinguono tra maiuscole e minuscole, quindi "PST" e "pst" funzionano allo stesso modo.
{% 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/it/riferimento-sintassi/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.
