m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Record TimeZone in Geo data #39

Open stephen-soltesz opened 4 years ago

stephen-soltesz commented 4 years ago

The geoip2.City struct includes a TimeZone field.

We should verify whether that value is actually present and save the timezone data with the location struct. This value is helpful for presenting results with local time-of-day.

If the TimeZone data is not in maxmind, then this becomes a tougher problem.

pboothe commented 4 years ago

P1 if this data is in MaxMind, P2 or P3 if it's not there.

pboothe commented 4 years ago

Server can do SiteInfo

pboothe commented 4 years ago

TimeZone offset of the server might be useful as well.