跳至内容
菜单
此问题已终结
1 回复
1646 查看

When I call graphql, datetime field use UTC not user timezone.


In odoo, it's working.

But when call api, it wrong. EX: 12:00:00 -> 5:00 ( + 7 hours)

This is my query:

query QueryPmaIncidentList {

  PmaIncident( ) {

    id

    createDate(format: "%H:%M %d-%m-%Y")

  }

}


Please help me


形象
丢弃
相关帖文 回复 查看 活动
3
7月 25
3606
1
2月 22
4765
0
3月 15
5872
2
3月 25
2007
2
4月 23
3417