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 commit added timezones support to the publish_date extractor: 4e954ad.
However, provided timezone have float offsets (e.g. "CHADT": 13.75 * 3600) which causes the following exception in dateutil: Offset must be tzinfo subclass, tz string or int offset.