Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnknownTimezoneWarning warning #191

Open
reagle opened this issue Jul 25, 2023 · 1 comment
Open

UnknownTimezoneWarning warning #191

reagle opened this issue Jul 25, 2023 · 1 comment

Comments

@reagle
Copy link

reagle commented Jul 25, 2023

The following command datefinder.find_dates(self.text) has started causing warnings to show when using this library:

/Users/reagle/.pyenv/versions/3.11.3/lib/python3.11/site-packages/dateutil/parser/_parser.py:1207: UnknownTimezoneWarning: tzname CET identified but not understood.  Pass `tzinfos` argument in order to correctly return a timezone-aware datetime.  In a future version, this will raise an exception.
  warnings.warn("tzname {tzname} identified but not understood.  "
@reagle
Copy link
Author

reagle commented Jul 25, 2023

This occurred when looking for dates on this page: https://gto76.github.io/python-cheatsheet/

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

No branches or pull requests

1 participant