I am working on a project where we are collecting data from various sensors and logging various logs.
Mostly all the sensors are logged using TimeGetTime
in millisecs which is time measured from start time of PC. But I have one sensor that has data logged in epoch time which is in millisecs .
Now how can I relate the epoch time with TimeGetTime
if I had to synchronize all sensor datas together?