Where is your city? Can you run the following command in the console of your browser to get the time zone information?
Use Ctrl + Shift + I open Dev Tools and select Console, then run
Intl.DateTimeFormat().resolvedOptions().timeZone
new Date().getTimezoneOffset() / -60
Hi. The first command correctly shows my city. The second correctly shows my correct time zone. But the Flint Admin Panel shows an offset of -3 instead of -4
Please let me know the name of the city, we need to reproduce the problem, thank you.
If you are concerned about privacy issues, you can send it by message.
The city probably is SĂŁo Paulo, I have the same problem. A workaround that I found is to set as Buenos Aires. The UTC is the same, but with Buenos Aires the time is correct
We have located the problem and are working on a solution.
Some cites that have used DST maybe see the issues. Because the time database hasn’t been updated.
The code has been fixed, but this part of the code may not be included in this release of 4.2.
The stable version 4.2 firmware is already in final testing. If it passes, this issue will be fixed in the next release.
I’m seeing the same on my Slate AX with the firmware updated. I’m in Asia/Ho Chi Min, but it keeps saying: The time zone of the router is different from that of your browser.
Still having problems on latest firmware (4.6.4) even on preview firmware (4.6.8)
Real time zone: Europe/Vilnius (we use DST)
Router Time Wed, Oct 23, 2024 4:17 AM (UTC+03:00)
After syncing I get time zone:
Time zone: UTC
Router Time: Wed, Oct 23, 2024 4:18 AM (UTC+00:00)
And still getting same warning: The time zone of the router is different from that of your browser.
Running commands:
Intl.DateTimeFormat().resolvedOptions().timeZone
< Europe/Kiev
new Date().getTimezoneOffset() / -60
< 3