diff --git a/airtime_mvc/public/js/airtime/schedule/add-show.js b/airtime_mvc/public/js/airtime/schedule/add-show.js index 5e0ad5b37..0d22188c4 100644 --- a/airtime_mvc/public/js/airtime/schedule/add-show.js +++ b/airtime_mvc/public/js/airtime/schedule/add-show.js @@ -346,6 +346,8 @@ function setAddShowEvents(form) { startTimeField.val(json.start.time); endDateField.val(json.end.date); endTimeField.val(json.end.time); + // Change the timezone now that we've updated the times + currentTimezone = newTimezone; }); });