rxTimeOrNull

fun MeshPacket.rxTimeOrNull(): Int?(source)

Arrival time in epoch seconds, or null when the radio had no clock at reception.

Firmware that gained explicit presence omits the field; older firmware still sends 0 for the same state. Both mean unknown — a 1970 arrival time is never a genuine reading. Folding 0 is safe here for exactly that reason; see snrOrNull for the fields where it is not.