pytz
pytz copied to clipboard
Wrong time zone for Iran
pytz show time zone for Iran +3:26 which it is not right.
from pytz import timezone
print(timezone('Iran'))
<DstTzInfo 'Iran' LMT+3:26:00 STD>
right time zone is +3:30 !