Skip to Content
Menu
This question has been flagged
1 Reply
1455 Views

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


Avatar
Discard
Related Posts Replies Views Activity
3
Jul 25
3202
1
Feb 22
4575
0
Mar 15
5722
2
Mar 25
1794
2
Apr 23
3212