Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.

This commit is contained in:
R3turnz 2017-05-23 03:07:14 +02:00 committed by Tim Graham
parent 01f658644a
commit 502f03d897
3 changed files with 4 additions and 1 deletions

View file

@ -39,7 +39,8 @@ Here is an example of its usage::
'latitude': 37.419200897216797,
'longitude': -122.05740356445312,
'postal_code': '94043',
'region': 'CA'}
'region': 'CA',
'time_zone': 'America/Los_Angeles'}
>>> g.lat_lon('salon.com')
(39.0437, -77.4875)
>>> g.lon_lat('uh.edu')