Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1734 Prikazi

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
jul. 25
3833
1
feb. 22
4868
0
mar. 15
5939
2
mar. 25
2098
2
apr. 23
3560