# 用户时区

> Offset is the difference between time zone and UTC standard time, formatted as +:mm:second or -hour:mm:second
>
> e.g. `+8` or `-9:30 or -00:25:21 (if you were in Ireland in 1880)`

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

Offset is not required. Leave empty to return the offset you currently set

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

## Localization & Alias

This command can also be triggered by

```
/r time [偏移量]

/timezone [偏移量]
```


---

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