Skip to Content
Menu
This question has been flagged
1 Odpoveď
1501 Zobrazenia

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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
júl 25
3304
1
feb 22
4622
0
mar 15
5747
2
mar 25
1847
2
apr 23
3262