1 parent fa5cbcd commit 40ed3f9Copy full SHA for 40ed3f9
1 file changed
docs/configuration.rst
@@ -77,6 +77,10 @@ Section [plexapi] Options
77
* `true` or `local`: use the local machine timezone.
78
* IANA timezone string (for example `UTC` or `America/New_York`): use that timezone.
79
80
+ This feature relies on Python's :class:`zoneinfo.ZoneInfo` and the availability of IANA tzdata
81
+ on the system. On platforms without system tzdata (notably Windows), you may need to install
82
+ the :mod:`tzdata` Python package for IANA timezone strings (such as ``America/New_York``) to
83
+ work as expected.
84
Toggling this option may break comparisons between aware and naive datetimes.
85
86
0 commit comments