How to synchronize last price with best bid/ask while using websocket market streams?

Hey, folks!

I use USD-M futures websocket market streams: Individual Symbol Book Ticker Stream and Aggregate Trade Stream. How can I synchronize the Trade time from the Trade stream with the time of best Bid/Ask from the Book Ticker Stream? Is transaction time corresponds to Trade time?

I want to have the detailed foot print synchronized with the best bands (bid/ask).
Thus, I’ll always will see the last trade on the tick chart with best bid/ask.

Can you please clear this for me?
Thanks!

The T from the stream is for trading time.

Thanks for your response!
So, “T” — is the time of the last transaction in both strams, correct?