Fixed the New York Open: The New York Open time was originally set to 13:00 UTC, but it was moved 30 minutes forward to 13:30 UTC. I set nycOpenMinute = 30 and used this to check for the correct time when the 30 minutes are added.
Time comparison: I used currentHour == nycOpenHourWithOffset and currentMinute == nycOpenMinute for the correct comparison to identify the new open time.