Files
gallery-dl/test/test_text.py
Mike Fährmann 4736912d4e [pixiv] work around strptime limitations in Python < 3.7
"%z" doesn't allow a colon separator in older Python versions:
    - "+0900" is OK
    - "+09:00" raises an exception
2019-05-08 18:08:03 +02:00

12 KiB