madeofpendletonwool / PinePods

Pinepods is a complete podcast management system and allows you to play, download, and keep track of podcasts you enjoy. All self hosted and enjoyed on your own server!
https://pinepods.online
GNU General Public License v3.0
212 stars 14 forks source link

Known Timezone issue in add_episode db function #293

Open madeofpendletonwool opened 1 month ago

madeofpendletonwool commented 1 month ago

A known issue with the add_episode function needs to be fixed

Known timezone issue in add_episode - pinepods-1 | /opt/venv/lib/python3.11/site-packages/dateutil/parser/_parser.py:1207: UnknownTimezoneWarning: tzname EDT 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. pinepods-1 | warnings.warn("tzname {tzname} identified but not understood. "