Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1590 Tampilan

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
Buang
Post Terkait Replies Tampilan Aktivitas
3
Jul 25
3534
1
Feb 22
4713
0
Mar 15
5841
2
Mar 25
1943
2
Apr 23
3371