Patient dashboard - appointment display control displaying the wrong date

Hello everyone,

using bahmni-lite, on the patient dashboard, in the clinical module, I have a display control showing up the appointments. When an appointment is created in the future in the appointment scheduling module, it gets displayed on the patient dashboard but shifted with one month. Any idea of why is it behaving like that ? The client and server are on the same timezone, and the appointment is correct in the database and in the appointment scheduling module. The docker image is bahmni/appointments:1.0.0.

The appointment:

The display control:

In the db:

The snippet of clinical/dashboard.json:

  "patientAppointments": {
    "type": "custom",
    "displayOrder": 10,
    "config": {
      "title": "DASHBOARD_TITLE_APPOINTMENTS_KEY",
      "template": "<patient-appointments-dashboard section='config' patient='patient'></patient-appointments-dashboard>"
    }
  }

Thanks