标签: python geolocation
我想根据坐标获取位置的时区,而不连接外部api。 在python中有可能吗? 我已经尝试安装pytzwhere但没有成功。
答案 0 :(得分:1)
from tzwhere import tzwhere print tzwhere.tzwhere().tzNameAt(38.897663,-77.036562)
美国/纽约