Hi, I've encountered the following bug in the latest version of the `pytz`. version: pytz==2024.2 steps to reproduce: ```python offset = pytz.timezone("CET") print(offset) ``` output:  The offset is +18 minutes instead of expected +1.
Hi, I've encountered the following bug in the latest version of the
pytz.version: pytz==2024.2
steps to reproduce:
output:
The offset is +18 minutes instead of expected +1.