Datetime timezone awareness by eliasbenb · Pull Request #1590 · pushingkarmaorg/python-plexapi
added 9 commits
February 28, 2026 07:58Copilot AI review requested due to automatic review settings
February 28, 2026 14:03Re-exporting `plexapi.utils.DATETIME_TIMEZONE` stores a copy of the string at import time, which can cause descync if setDatetimeTimezone is later called. Instead, we should dynamically load the `DATETIME_TIMEZONE` reference in a module-level `__getattr__`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters