Obsolete dataset causing my system clock to be off

I use Gnome’s automatic timezone selector to set my timezone and It got the wrong answer. I read into it and I think it gets its location from MLS on laptops like mine with no gps and no gsm/lte radio.

So I’m wondering, why none of the 50 access points my laptop can see, are in the database to get my location accurate within at least 100 meters?

How can I browse the database to check accuracy/completeness of my local area?

How do I submit new data to fill in the blanks?

1 Like

Thanks @1s4, good job diagnosing this issue. Many Linux distributions use geoclue to provide location services, which defaults to MLS.

MLS is currently in maintenance mode. Mozilla is keeping the service running and secure, but not adding new features.

So I’m wondering, why none of the 50 access points my laptop can see, are in the database to get my location accurate within at least 100 meters?

At some level, your laptop makes a request to the Geolocation service:

https://ichnaea.readthedocs.io/en/latest/api/geolocate.html

If two or more WiFi access points are in the database, then you can get a WiFi-based results with as close as 100 meter accuracy:

https://ichnaea.readthedocs.io/en/latest/algo/accuracy.html#bluetooth-wifi

If the WiFi access points are not in the database, or you make a request without any, then an IP-based lookup is used, with accuracy measured in kilometers. This will be wildly inaccurate if you use a VPN, which will use the IP of the provider’s datacenter. You can get an idea of the accuracy of that request by trying MaxMind’s service:

https://www.maxmind.com/en/locate-my-ip-address

How can I browse the database to check accuracy/completeness of my local area?

MLS does not publish the WiFi database. You can use the MLS map to see the observations in your area, which might include some WiFi access points. The “Find My Location” feature uses your browser’s geolocation feature, which may or may not use MLS. For example, I’m on Firefox on macOS, so geolocation uses the Apple location service.

https://location.services.mozilla.com/map

How do I submit new data to fill in the blanks?

Mozilla shut down our stumbler, and I’m not familiar with alternate options. The links here may get you started:

https://wiki.mozilla.org/CloudServices/Location/Software

At a low level, there is the Geosubmit API:

https://ichnaea.readthedocs.io/en/latest/api/geosubmit2.html

I’m sorry I don’t have easy answers, but I hope this gives you some context on why Gnome’s automatic timezone selector was inaccurate.

  • jwhitlock

Extra information. In the top right corner of the screenshot, you will see the location icon appear next to the Wifi icon after launching the Gnome Maps software. Gnome Maps works with geoclue and MLS and returns the location and accuracy estimate shown in the Gnome Maps. In my use case, the location pin is actually 100% accurate.

You can also verify the location of the MLS database using the Stumbler Android app.
Android 10+ issue (This is not an official Mozilla release of May 2020 . Download for Android 10+)

1 Like