radio transmission integrity check (using transmission time): how to perform?

If the currently received time is larger than the last received time by more than 20 minutes, you missed a signal.

This is easiest to do if you convert all times to seconds since some arbitrary date (as in Unix time). The Arduino TimeLib.h library is very useful for these operations.