# 多时区支持

BotHub目前提供了简体中文，繁体中文和英语的用户界面，除了语言界面之外，BotHub还提供了对于多时区的支持，使得为不同国家和地区服务的Messenger机器人可以选择最合适的时区来服务用户。

***首先，***&#x5728;创建Messenger机器人的时候，您可以为这个Messenger机器人设置一个相应的时区。

![](/files/-LTLo10ppY97nRfDty8O)

***然后，***&#x5728;创建定时任务推送的时候，您可以看到，您可以选择推送使用的是Bot的时区（您之前设置的Messenger机器人时区），还是用户时区，如果您选择了用户时区，推送的时间会按照用户在Facebook中为自己选择的时区来进行。

![](/files/-LCSZ9a3WtO5yExc8KeP)

如果您选择了Bot的时区，我们会在推送时间旁，标注出Messenger Bot所在的时区

![](/files/-LCSZb2YFROBoBRTm4RD)

对于推送时区的选择，BotHub建议您遵循这样的原则，如果是新闻等每日定时推送的消息，建议您使用用户时区，使得内容尽可能和用户的日常作息时间有关联，譬如，在每天早上9点为用户推送早间新闻，使用用户时区是最合适的。而如果是一次性的通知，可以考虑使用Bot的时区，比如，明天您要举办线下的活动，提前24小时在您的时区告知用户是更合适的。


---

# 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://bothub.gitbook.io/project/basic-knowledge/push-messages/timezone-support.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.
