离线获取位置的时区

Get timezone of location offline

我想在不连接外部 api 的情况下根据坐标获取位置的时区。 在 python 中可能吗? 我已经尝试安装 pytzwhere 但没有成功。

from tzwhere import tzwhere

print tzwhere.tzwhere().tzNameAt(38.897663,-77.036562)

America/New_York