The work-around is to set the start time to whatever start time you’d like, and end time to be 11:59pm. Once the program starts, it will finish, even if it spans over the end time (in this case, it will span over midnight). The end time (in conjunction with the interval time) is only used to check how many times the program should be repeated during the day. Hope this makes sense.