Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1491 Vues

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
Ignorer
Publications associées Réponses Vues Activité
3
juil. 25
3265
1
févr. 22
4603
0
mars 15
5742
2
mars 25
1836
2
avr. 23
3249