Hi, would it be possible to modify the line 166 from ```msg = Message.from_bytes(msg_data[0])``` to ```msg = Message.from_bytes(msg_data[0], time=msg_data[1])``` I would then be able to use the (delta)time information.