Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1456 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
3203
1
Feb 22
4576
0
Mar 15
5722
2
Mar 25
1797
2
Apr 23
3215