python-plexapi/plexapi
Marc Mueller dcedde1947
Fix datetime returning UTC (#1262)
* Replace datetime.utcfromtimestamp

* Update plexapi/utils.py

Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>

* Default using `fromtimestamp` and fallback to using `timedelta` from 0

---------

Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
2023-10-03 20:30:32 -07:00
..
__init__.py Add X-Plex-Language header to config (#1241) 2023-09-17 14:51:54 -07:00
alert.py feat(alert): add option to use custom socket (#1219) 2023-08-28 08:57:34 -07:00
audio.py Add properties to return the Plex Media Server data metadata paths (#1207) 2023-08-27 12:59:53 -07:00
base.py Remove reload after saving the batch-edits so the user can handle it themselves, if required. (#1247) 2023-09-17 16:01:15 -07:00
client.py Fix: Fallback timeout from constructor in query() (#1231) 2023-08-30 09:41:12 -07:00
collection.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
config.py Add X-Plex-Language header to config (#1241) 2023-09-17 14:51:54 -07:00
const.py Release 4.15.3 2023-09-28 22:43:05 -05:00
exceptions.py Use Unauthorized exception (#447) 2020-04-09 15:56:26 -05:00
gdm.py Fix various typos (#880) 2022-02-26 19:26:08 -08:00
library.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
media.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
mixins.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
myplex.py Shut toDatetime error when subscribedAt is empty (#1250) 2023-09-17 15:37:22 -07:00
photo.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
playlist.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
playqueue.py Add LibrarySection methods to multi-edit items (#1184) 2023-07-27 14:45:23 -07:00
server.py Update isLatest() (#1253) 2023-09-17 16:04:41 -07:00
settings.py Add LibrarySection methods to multi-edit items (#1184) 2023-07-27 14:45:23 -07:00
sonos.py Refactor fetchItems for pagination (#1143) 2023-05-24 14:50:30 -07:00
sync.py style: lint all python files (#1228) 2023-08-28 20:29:39 -07:00
utils.py Fix datetime returning UTC (#1262) 2023-10-03 20:30:32 -07:00
video.py Fix handling of live TV sessions (#1260) 2023-09-28 22:39:40 -05:00