In C I have the time.h lib to manipulate date and time, already in Arduino the DateTime class that implements some methods.
I'm not finding, even if it's in the fingernail, how to compare date and time, for example:
if ( dt >= checkin )
where dt is the current date and time and checking a system date, how to compare?