From 5c4c11ef24c1553707da2079b871ba24d5b12d4e Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 19 Jun 2024 17:19:15 +0100 Subject: [PATCH] Update README.rst Co-authored-by: Steve Piercy --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e040837..02785a0 100644 --- a/README.rst +++ b/README.rst @@ -155,7 +155,7 @@ Version 6 Version 6 of ``icalendar`` switches the timezone implementation to ``zoneinfo``. This only affects you if you parse ``icalendar`` objects with ``from_ical()``. The functionality is extended and is tested since 6.0.0 with both timezone -implementations: ``pytz`` and ``zoneinfo``. +implementations ``pytz`` and ``zoneinfo``. By default and since 6.0.0, ``zoneinfo`` timezones are created.