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

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
3652
1
2月 22
4784
0
3月 15
5893
2
3月 25
2039
2
4月 23
3419