# 时区转换

使用城市名称（大型人口的城市）或使用标准时区缩写（也支持 GMT 偏移量）之间的时区进行转换。

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

在进行时区转换时，也可以使用机场代码代替城市名称。

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

{% hint style="info" %}
您甚至可以在时区转换中使用国家名称。对于跨越多个时区的国家，将使用该国首府的时区。
{% endhint %}

### 城市当前时间

使用 `time in timezone` 或 `timezone time` 获取某个地点的当前时间。

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

如果您只对特定时区内的日期感兴趣，也可以进行请求。

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

### 城市之间的时间差

用于查找地点或时区之间的时间差。

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

### 简短的美国时区缩写

Soulver 支持以下用于美国的简短时区缩写：

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

您也可以使用命名的美国时区，例如 "eastern time", "pacific time", "mountain time", 和 "central time"。

{% hint style="info" %}
时区缩写不区分大小写，因此 "PST" 和 "pst" 的效果是相同的。
{% 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/zh/yu-fa-can-kao/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.
