What’s Up With Windows Automatic Time Zone Changes in Brisbane?

0
12
Asked By TechSavvyNinja42 On

I've got a client in Brisbane, Australia who's been experiencing some odd time zone issues with their Windows 11 laptops. Users started noticing their devices were randomly switching from Brisbane time to Adelaide time, which is two hours behind. Originally, it seemed like a minor glitch, but soon all the laptops in the office were affected. After digging into how Windows updates time zones, I learned that it primarily relies on location data, not NTP or Active Directory settings like many assume. This reliance on location data seems to be where things are going wrong, and I've created a PowerShell script to help troubleshoot the issue. We suspect the problem may stem from some nearby Wi-Fi networks feeding incorrect data to Windows. I'm looking for insights or solutions to rectify this situation without disabling the automatic time zone feature, as users often travel and need accurate updates. Any thoughts on how to tackle this?

5 Answers

Answered By AussieTimeGuru On

You're right about the Wi-Fi factor. In my experience, Microsoft’s geolocation can sometimes get really muddled if you're on a shared network or if the ISP has issues. When I’m in Sydney, my laptop often thinks I’m in Adelaide too, thanks to faulty IP-based location data. It’s especially bad if the ISP is using CGNAT and hasn’t updated their systems. That might explain why your client is getting these weird changes too.

Answered By NetworkNerd88 On

That sounds like a classic case of location confusion! If users are being identified as coming from a different city, it might be due to local networks acting up or sending incorrect signals. You could send Microsoft a list of those SSIDs your script captured to confirm they're actually in Brisbane. They might not have the best responsiveness, but it’s worth a shot.

Answered By PerthObserver On

I hear you! I’ve had to manually set time zones for my setups in the past too. Microsoft’s automatic detection seems to have a blind spot for locations other than major cities like Sydney. Honestly, if it keeps malfunctioning, maybe reverting to user-managed time zones temporarily isn’t the worst idea until they sort it out.

Answered By TroubleshooterPro On

We've dealt with similar issues in the past, especially with Zscaler in place. When you’re behind a proxy, the system sometimes defaults to the wrong time zone based on the proxy’s location. It's tough since your client wants automation. You could test disabling Wi-Fi briefly to see if it fixes the issue—might eliminate that source.

Answered By ITSupportHero On

Interesting approach with the script! I do think it could help reveal what's going wrong. As for your concerns about needing automatic updates, have you considered logging every time a change occurs and sending that data to Microsoft? They might be more inclined to fix the database issue with enough evidence.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.