@edwardwongtl i already do a bit of parsing, converting long to day,hour,minute,second format.
The problem is that the loop misses the required time by a few seconds on checking. Is there a way to avoid that, using the Java 8 Time lib ?
TimePoint is the required moment in time when the action should actually be performed. And the loop misses the check by a mere 3 seconds.