当我尝试使用 Graph API 将消息从 Groups 转发到 Teams 时,从 Teams 的角度来看,消息 receivedDate 与 UTC 时间一起显示,而它应该与韩国时区一起显示。谁能帮我显示正确的时区?
我已经设置了 1)Sharepoint 团队网站的时区 2)用户的时区 ...
图 API 设置上的请求标头
-> 仍然消息的 receivedDate 显示与 UTC 时区
发布https://graph.microsoft.com/beta/groups/ {Groups-id}/posts/{ post -id}/forward
{
"comment": "comment-value",
"toRecipients": [
{
"emailAddress": {
"name": "Test Demo",
"address": "channelemailaddress@apac.teams.ms"
}
}
]
}