# 频道时区

> Offset is the difference between time zone and UTC standard time, formatted as +:mm:second or -hour:mm:second
>
> e.g. `+5` or `-9:30`

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

Offset is not required. Leave empty to return the channel offset

## Priority

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

You can adjust the `i18n.output` entry in the settings to change this order

## Permissions

To modify the channel time zone, you must be [Bot管理员](/roll-bot-project/en-us/permission/bot-admin.md) or [频道管理员](/roll-bot-project/en-us/permission/channel-admin.md)

## Localization & Alias

This command can also be triggered by

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

/timezone -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/en-us/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.
