Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
1498 Visualizações

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
jul. 25
3293
1
fev. 22
4613
0
mar. 15
5746
2
mar. 25
1842
2
abr. 23
3257