# 简介

Roll Bot supports different time zones and languages.

## Timezone

Roll Bot uses [offset](https://en.wikipedia.org/wiki/UTC_offset) to record time zones, and utilizes it when parsing and sending times.

Since the offset is a fixed value, users using daylight time may need to adjust their offsets several times.

## Language preferences

Roll Bot uses [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) to record language preferences, and uses it when sending content.

Language currently supported by Roll Bot includes `en-US` `de-DE`

## Priority

Use the following priority： when Roll Bot processes time zone and language preferences

**Channel Settings > User Settings > Default Setting**

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


---

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