Date and TimeZone via API

Hi all, I’m trying to post a date (Not a time) via the API.
I tried:
2022-10-05T12:00Z
2022-10-05
No matter what the date is created in DB as 2022-10-02 02:00 am (at two in the morning.)
I tried to add transformation Rounded down to date on the received date. It is still set it a 02:00 am in the morning (I live in a zone which is +02:00…) But I don’t need a time I just want a day with 12:00am as time. How can I do that so that my API call is timezone independent and simply says 2022-10-05 12:00 am… in the DB.

Any idea?

I tried this:
Screenshot 2022-10-05 at 12.42.07
Still no way to have no time :frowning:
Screenshot 2022-10-05 at 12.43.25

This is insane. The only way for me to have Oct5, 2022 12:00am is to use:
Screenshot 2022-10-05 at 12.49.21

Even if in code I use round down to date I end up with a date at 2am. There is no way for me to set the date at 12:00 am and I need to rely on what the user will send in the API. This simply insane :frowning: