Skip to content

Commit

Permalink
Add timezoneapi support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Mar 18, 2017
1 parent 8b5ad81 commit fc5b59a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tzupdate.py
Expand Up @@ -46,6 +46,10 @@
'http://geoip.nekudo.com/api/{ip}',
('location', 'time_zone'), ('msg',),
),
GeoIPService(
'https://timezoneapi.io/api/ip/?{ip}',
('data', 'timezone', 'id'), ('meta', 'message'),
),
])


Expand Down

0 comments on commit fc5b59a

Please sign in to comment.