this is the first time I use StackOverflow, so sorry if I missed something.
I have been working with two REST APIs that report "server time".
I am interested in measuring somehow the difference (since I do not have access to the API servers), if any, between my computer time and both reported server times in order to be able to order the data gathered from both APIs correctly with respect to time.
The closest metric I could come up with was time_appconnect from curl, but still I think it does not solve my problem. Also I think I cannot apply solutions like this one since I do not have access to the servers.
Is there any method for achieving this? Is ordering the data based on arrival time the best way to go?
In case it helps I'm trying to compare Binance server time with Coinbase server time
Thank you for any help!