Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个聊天机器人,我想在本地时区显示时间细节。Facebook Messenger 是否在订阅的 webhook 上提供时区?
正如您在收到的消息中看到的,未指定时区:
{ ... "timestamp":1458692752478, ... }
但是您可以使用用户配置文件获取用户的时区:
{ ... "timezone": -7, ... }
使用该信息,您可以获得取决于用户时区的实际日期。