Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1459 Vistas

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
Publicaciones relacionadas Respuestas Vistas Actividad
3
jul 25
3209
1
feb 22
4580
0
mar 15
5726
2
mar 25
1806
2
abr 23
3220