Add cautionary comment about vobject bug

This commit is contained in:
Raphael Michel
2026-07-22 14:49:53 +02:00
parent 072c17c91a
commit 9fd570a53d
+3
View File
@@ -238,6 +238,9 @@ class EventMixin:
@property
def timezone(self):
# If we get rid of the shim, verify that
# https://github.com/py-vobject/vobject/issues/117#issuecomment-5045645314
# has been released and included
return pytz_deprecation_shim.timezone(self.settings.timezone)
@property