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 function clean_date_time_zone returns either three values (date, date_time, time_zone_parsed) or raises a ValueError exception. There is no explicit return if the try block fails. It should return None or a default value on error if not raising an exception to guarantee consistent behavior.