Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1559 Visninger

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
jul. 25
3418
1
feb. 22
4660
0
mar. 15
5790
2
mar. 25
1896
2
apr. 23
3313