Creating timeslot in Dashboard results in timeslot with wrong timezone in Steering
When I create a timeslot via Dashboard, it is recorded 2 hours earlier in Steering.
Steps to Reproduce
- Create timeslot using Calendar View in Dashboard with start time
15:30
. - Check the timeslot rendered by the Playout endpoint
/steering/api/v1/playout
Expected Result
Actual Result
The Playout endpoint /steering/api/v1/playout
returns a timeslot with start time at 13:30
this:
[
{
"id":25,
"start":"2022-07-19T13:30:00",
"end":"2022-07-19T13:50:00",
"title":"Musikprogramm",
"schedule_id":25,
"is_repetition":false,
"playlist_id":null,
"schedule_default_playlist_id":null,
"show_default_playlist_id":null,
"show_id":1,
"show_name":"Musikprogramm",
"show_hosts":"Musikredaktion",
"show_type":"Unmoderiertes Musikprogramm",
"show_categories":"",
"show_topics":"",
"show_musicfocus":"",
"show_languages":"",
"show_fundingcategory":"Standard",
"memo":"",
"className":"danger"
}
]
Environment
- Docker Compose
aura-web
- Noticed the same behavior before with the Docker Compose provided in Steering too