# 频道时区

> 偏移量是时区与 UTC 标准时间的差距，格式为 +时:分:秒 或 -时:分:秒
>
> 例如 `+5` 或 `-9:30`

```
/roll time -c [偏移量]
```

偏移量不是必填的，留空将返回频道当前设置的偏移量

## 优先级

[频道时区](/roll-bot-project/i18n/channel-timezone.md) > [用户时区](/roll-bot-project/i18n/user-timezone.md) > [默认时区](/roll-bot-project/configuration/basic.md#defaulttimeoffset)

你可以在设置中调整 `i18n.output` 项以修改这一顺序

## 重置频道时区设置

你可以在命令中使用 `-d` 参数重置当前频道的时区设置：

```
/roll time -c -d
```

## 权限

要修改频道时区，你必须为 [Bot管理员](/roll-bot-project/permission/bot-admin.md) 或 [频道管理员](/roll-bot-project/permission/channel-admin.md)

## 本地化 & 别称

该指令也可使用如下方式触发

```
/r time -c [偏移量]

/时区 -c [偏移量]
```


---

# 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://docs.logthm.com/roll-bot-project/i18n/channel-timezone.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.
