Is sensor_msgs::TimeReference sync with the logging time within PX4?

I am working in Gazebo, and want to add specific disturbances to the drone if specific conditions are met, but need to compare the response of the drone when those disturbances are active.

I wrote an gazebo plugin which communicates with MAVROS to receive the states of the drone and then applies forces/moments to the drone if specific conditions are met. However i want to log these disturbances in sync with the time used for logging on PX4.

Is the sensor_msgs::TimeReference synced with the PX4 time?