tz -> zone, update iter_tzs depends on, misc changes

This commit is contained in:
Sean Breckenridge 2022-04-26 12:14:37 -07:00
parent 8ab67d4d26
commit 62dd6712f3
5 changed files with 22 additions and 6 deletions

View file

@ -24,7 +24,7 @@ class IP(NamedTuple):
return ipgeocache.get(self.addr)
@property
def tz(self) -> str:
def tzname(self) -> str:
tz: str = self.ipgeocache()["timezone"]
return tz