跳至內容
選單
此問題已被標幟
1 回覆
1329 瀏覽次數

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
1月 25
2788
1
2月 22
4364
0
3月 15
5565
2
3月 25
1595
2
4月 23
2931