Most telemetry messages contain a timestamp that provides the time since boot. The unix_epoch_time message contains absolute time but not the time since boot.
So there seems to be no way to directly correlate the time since boot to unix_epoch time within a single message and get their offset as it is determined by the flightcontroller itself. Yet this would be very useful to correlate all the telemetry data to unix time if the offset would be known.
Mavlink provides a system_time message that contains both timestamps and therefore the clock offset as well. As far as I can tell this is not yet implemented in mavsdk-python.
I hope I have not overlooked any way to get the timeoffset.
Is is feasible to implement the system_time message in mavsdk-python?