icalendar.timezone.pytz module#
Use pytz timezones.
- class icalendar.timezone.pytz.PYTZ[source]#
Bases:
TZProvider
Provide icalendar with timezones from pytz.
- create_timezone(tz: Timezone.Timezone) tzinfo [source]#
Create a pytz timezone from the given information.
- fix_rrule_until(rrule: rrule, ical_rrule: prop.vRecur) None [source]#
Make sure the until value works for the rrule generated from the ical_rrule.
- knows_timezone_id(id: str) bool [source]#
Whether the timezone is already cached by the implementation.
- name = 'pytz'#