Skip to Content
Menú
This question has been flagged
1 Respondre
1423 Vistes

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
Descartar
Related Posts Respostes Vistes Activitat
3
de jul. 25
3088
1
de febr. 22
4508
0
de març 15
5662
2
de març 25
1742
2
d’abr. 23
3102