Delta_G: timeStart = ((now.hour() * 60UL * 60) + (now.minute() * 60) + now.second());
Delta_G:
timeStart = ((now.hour() * 60UL * 60) + (now.minute() * 60) + now.second());
That still doesn't deal with midnight.