Skip to content

bug(tz): pytz must be updated to avoid mismatches from timezonefinder#33

Merged
GalenReich merged 1 commit intobellingcat:mainfrom
badgersec:bug/incompat/tz
Feb 13, 2026
Merged

bug(tz): pytz must be updated to avoid mismatches from timezonefinder#33
GalenReich merged 1 commit intobellingcat:mainfrom
badgersec:bug/incompat/tz

Conversation

@badgersec
Copy link
Copy Markdown
Contributor

@badgersec badgersec commented Jan 26, 2026

Incompatability between the tz set provided by pytz and timezonefinder. Updating pytz to include a newer set of tzs resolved the following error.

Error:

Traceback (most recent call last):
  File ".../bellingcat/ShadowFinder/testfile.py", line 26, in <module>
    finder.find_shadows()
  File ".../bellingcat/ShadowFinder/src/shadowfinder/shadowfinder.py", line 184, in find_shadows
    else timezone(tz)
         ^^^^^^^^^^^^
  File ".../bellingcat/ShadowFinder/.venv/lib/python3.12/site-packages/pytz/__init__.py", line 188, in timezone
    raise UnknownTimeZoneError(zone)
pytz.exceptions.UnknownTimeZoneError: 'America/Coyhaique'

@GalenReich GalenReich merged commit 76dea64 into bellingcat:main Feb 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants