# 时间

Soulver 可以处理时钟时间、时区、时间时长和视频时间码。

* [时区转换](/zh/yu-fa-can-kao/time/time-zones-and-cities.md) — 在城市和时区之间转换时间
* [时间格式](/zh/yu-fa-can-kao/time/timespans-and-laptimes.md) — 处理时长和圈速格式
* [时钟时间计算](/zh/yu-fa-can-kao/time/clock-time-calculations.md) — 增加和减去时钟时间
* [视频时间码和帧率](/zh/yu-fa-can-kao/time/video-timecode-and-frame-rates.md) — 在时间码和帧率之间进行转换


---

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