[mythtv-commits] [MythTV/mythtv] 99c3ec: TVmaze grabber: Dont' rely on 3rd party module 'da...

rcrdnalor noreply at github.com
Wed Mar 31 17:27:12 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 99c3ec2c951cf198ec3c0b7a88b3214f25e440de
      https://github.com/MythTV/mythtv/commit/99c3ec2c951cf198ec3c0b7a88b3214f25e440de
  Author: Roland Ernst <rcrernst at gmail.com>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M mythtv/bindings/python/tvmaze/tvmaze_api.py

  Log Message:
  -----------
  TVmaze grabber: Dont' rely on 3rd party module 'dateutl'

For python, there exist several moduls implementing
IANA timezone support:

 - dateutil
 - pytz
 - pendulum
 - MythTV.datetime
 - python3+ : zoneinfo

Some of these moduls replace 'datetime.timezone', others inherit
from python's 'datetime' class. Allow all of them.




More information about the mythtv-commits mailing list