Python tzwhere - tzName缺少1个必需的位置参数

时间:2018-02-24 08:04:56

标签: python

快速问题:下面的代码段给出了类型错误:

“TypeError:tzName缺少1个必需的位置参数:'经度'”

from tzwhere import tzwhere

TimeZone = tzwhere.tzwhere.tzNameAt(37.3880961, -5.9823299)

为什么有任何想法?

1 个答案:

答案 0 :(得分:2)

来自docs

>>> from tzwhere import tzwhere
>>> tz = tzwhere.tzwhere()
>>> print tz.tzNameAt(37.3880961, -5.9823299)