xenova / chat-downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
https://chat-downloader.readthedocs.io/
MIT License
936 stars 131 forks source link

Fix parsing of Twitch timestamps #253

Open nevmerzhitsky opened 2 months ago

nevmerzhitsky commented 2 months ago

The old code did wrong parsing "Z" as the timestamp end. So, the Python local TZ was used instead of UTC.

Closes #252