# 频道时区

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

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

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

## 优先级

[channel-timezone](https://docs.logthm.com/roll-bot-project/i18n/channel-timezone "mention") > [user-timezone](https://docs.logthm.com/roll-bot-project/i18n/user-timezone "mention") > [默认时区](https://docs.logthm.com/roll-bot-project/configuration/basic#defaulttimeoffset)

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

## 重置频道时区设置

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

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

## 权限

要修改频道时区，你必须为 [bot-admin](https://docs.logthm.com/roll-bot-project/permission/bot-admin "mention") 或 [channel-admin](https://docs.logthm.com/roll-bot-project/permission/channel-admin "mention")

## 本地化 & 别称

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

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

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