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?