Davide
No easy way to do it I'm afraid. But you can create a http.client, ping some timestamp API, then return dai.Clock.now() right after receiving the response back to the host.
This way you have a device's monotonic clock + UTC time, which you can reference from the host PC.
Thanks,
Jaka