コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1572 ビュー

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
3462
1
2月 22
4678
0
3月 15
5826
2
3月 25
1913
2
4月 23
3324