Synchronizing RTC with System Time in Qt QML Application
Unsolved
QML and Qt Quick
-
I need to synchronize the RTC (Real Time Clock) with the system time for every minute when there is an internet connection in my Qt QML application. I've attempted to use a timer to update the RTC by fetching the system time, but it seems to be behaving inconsistently. Are there alternative methods or approaches I could explore within the Qt QML framework to ensure reliable synchronization between the RTC and system time?
-
Hi,
AFAIK, no. Isn't that rather the role of ntp ?