Since daylight saving, 'getHours' doesn't reference the correct time

Update…

I changed the code to…
const hour = new Date (). getHours ();

I tested it and it seems like it might work. I’ll have to wait until the next time period to be sure.

I have no idea why. Any ideas???