You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. "
The text was updated successfully, but these errors were encountered:
The following command
datefinder.find_dates(self.text)
has started causing warnings to show when using this library:The text was updated successfully, but these errors were encountered: