Problems triggering an event using localtimeinfo

if((!testrun)(localTimeInfo.tm_hour == 8 && localTimeInfo.tm_min == 7 && localTimeInfo.tm_sec == 3){
  testrun = true;
  helloworld();
}

That may not be a very good way of doing it, sorry. (and yes I just put a second statement in this morning) decided to try helloworld print instead of crashing the device every time.