How to Sync timezones across the app?

Or can I make Strapi not convert any dates?

I have an events app where we show when some events(eg concert) start. All should be in the UTC timezone. Frontend submissions are to be in UTC timezone as well.

I am in UTC+2
I saved an event from the admin panel as 9am, it shows in db as 9am. Then API response shows 7am UTC.
I saved an event from my frontend, sent it as 9am, it saved in db as 11am. Then API response shows as 9am UTC

Very confusing and also we show the wrong start time for a concert.

Strapi v4.12.4 with postgres

This topic has been created from a Discord post (1233704439597240370) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

More confusing that I send from FE as 9UTC and then API responds also as UTC
So everywhere I can see I have UTC shown but the number keeps changing