Cambridge105 / liquidsoap-playout-machine

LiquidSOAP-based playout system for pre-recorded programmes
1 stars 0 forks source link

checkFileExists broken by DST change #10

Closed dnas2 closed 3 years ago

dnas2 commented 3 years ago

checkFileExists.py creates a UTC time for the next hour: nextHourISO = nextHour.strftime("%Y-%m-%dT%H:00:00Z") and then looks for that string in the first field of each row in schedule.csv However, since BST kicked in, schedule.csv contains the time as eg "2021-03-28T12:00:00+0100", therefore the zulu time will never match the schedule.