I am trying to implement BLE mesh Time model. The time data received from the mesh is in TAI format and i need to use local RTC to keep track of this time. For this, I have to convert the TAI time from mesh to UTC locally so that my node can keep track of time using RTC. I'm looking for a generic C source file that would do this before jumping into implementation. Can anyone suggest if it's already there?