Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1517 Vizualizări

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


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
iul. 25
3355
1
feb. 22
4643
0
mar. 15
5752
2
mar. 25
1858
2
apr. 23
3278