Timezone shift in parameter value between deloyment UI and flow parameter value

I enter the following values for datetime parameters in the deployment UI:

Screenshot 2023-12-13 135230

But flow run receives the following values:

{
  "params": {
    "order_filters": {
      "received_from": "2023-12-03T18:00:00.000Z",
      "received_to": "2023-12-10T18:00:00.000Z"
    },
...

Obviously, this is because of the timezone. But how do I fix it?