Local time 18 minutes fast when syncing with browser time #640
electromechpro
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgraded from version 10.6.x to version 10.7.3, and was hoping the local time sync issue would be fixed, but it is still a (minor) issue. Without an NTP source (not connected to the internet), the application will start at Jan 1, 1970 as expected. Upon connecting with a browser, one can see the Camera Local Time display change from 1970 to the current date and time plus 18 minutes. The serial monitor, if connected, will show "showLocalTime] Got current time from browser: 19/08/2025 08:10:06 with tz: EST5EDT", when the actual time on the browser's device is 18 minutes behind. I have looked for the code that syncs to browser time, and in utils.cpp, there is the void syncToBrowser function, but I cannot find where the extra 18 minutes comes from. I have searched for a solution in the discussions, but have not found a solution. Can someone point me in the right direction to find an answer?
Beta Was this translation helpful? Give feedback.
All reactions