I have a date for example Tue Jun 08 19:00:00 2021
And I want to indicate that this date is in the time zone GMT+3. Without changing it, it is already in GMT+3. Because I make a configuration at the backoffice level and I retrieve this date in the front according to the timezone of each user.
I have entered Tue Jun 08 19:00:00 2021 in the date field and after saving the model the value is getting saved as Tue Jun 08 20:00:00 WEST 2021 in the database. The server is in Africa/Casablanca timezone. Please explain how this conversion is happening !
I need to save the date as the user chose it. Tue Jun 08 19:00:00 WEST 2021