icalendar.timezone.equivalent_timezone_ids module#
This module helps identifying the timezone ids and where they differ.
The algorithm: We use the tzname and the utcoffset for each hour from 1970 - 2030. We make a big map. If they are equivalent, they are equivalent within the time that is mostly used.
You can regenerate the information from this module.
See also: - https://stackoverflow.com/questions/79185519/which-timezones-are-equivalent
Run this module:
python -m icalendar.timezone.equivalent_timezone_ids