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
Recently, when I use clarify, Python has been spitting out this warning:
UnknownTimezoneWarning: tzname
CDT 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.
Anyway, it's not an exception yet, but I wanted to bring that to your attention. I don't know if something like this might be a solution, though obviously that specific answer is overkill.
The text was updated successfully, but these errors were encountered:
Recently, when I use
clarify
, Python has been spitting out this warning:I think it's from this line in clarify:
clarify/clarify/parser.py
Line 67 in 12b4eb5
Anyway, it's not an exception yet, but I wanted to bring that to your attention. I don't know if something like this might be a solution, though obviously that specific answer is overkill.
The text was updated successfully, but these errors were encountered: