Comment 2 for bug 1895716

Revision history for this message
Erich Eickmeyer (eeickmeyer) wrote :

A simple check with https://geoip.ubuntu.com/lookup turns up this issue for me:

<Response>
  <Ip>xxx.xxx.xxx.xxx</Ip> <!-- REDACTED -->
  <Status>OK</Status>
  <CountryCode>US</CountryCode>
  <CountryCode3>USA</CountryCode3>
  <CountryName>United States</CountryName>
  <RegionCode>ID</RegionCode>
  <RegionName>Idaho</RegionName>
  <City>Coeur D'alene</City>
  <ZipPostalCode>83815</ZipPostalCode>
  <Latitude>47.7248</Latitude>
  <Longitude>-116.7890</Longitude>
  <AreaCode>208</AreaCode>
  <TimeZone>America/Denver</TimeZone>
</Response>

Everything except the TimeZone field returns incorrect. Again, everything north of the Salmon River should return America/Los Angeles.