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
Python 3.9 introduced ZoneInfo and it backported 3.6+ (https://pypi.org/project/backports.zoneinfo/).
Looking at the code, except for dateutil.rrule and dateutil.relativedelta, it seems that dateutil is being used for some reason related to timezone. Can ZoneInfo replace the part and delete dateutil?