I receive this data from the GPS Integrated in my Vehicle:
INS_Time::INS_Time_Millisec[ms] # example of the value: 295584830.0
INS_Time::INS_Time_Week[Week] # example of the value: 2077.0
INS_Time::Leap_seconds[s] # example of the value: 18.0
what I need is a UTC timestamp so I assume that I must combine all those different times from GPS to get a UTC timestamp but I don't know how this should be done. I would be thankful if someone can guide me through this.
example of the result I want to have: 1572430625230
I'm using python 3.7, if there is a library for this it would be very helpful otherwise I'm searching also for an Algorithm to do this