Skip to content

Commit 40ed3f9

Browse files
eliasbenbCopilot
andauthored
Document tzdata requirement on systems that don't have it by default (e.g. alpine, windows)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fa5cbcd commit 40ed3f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Section [plexapi] Options
7777
* `true` or `local`: use the local machine timezone.
7878
* IANA timezone string (for example `UTC` or `America/New_York`): use that timezone.
7979

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.
8084
Toggling this option may break comparisons between aware and naive datetimes.
8185

8286

0 commit comments

Comments
 (0)