You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.6/site-packages/pendulum/tz/timezone.py in _normalize(self, dt, dst_rule)
109 transition = transition.previous
110
--> 111 if transition.is_ambiguous(sec):
112 # Ambiguous time
113 if dst_rule == TRANSITION_ERROR:
AttributeError: 'NoneType' object has no attribute 'is_ambiguous'
The text was updated successfully, but these errors were encountered:
Lib versions:
pendulum==2.04
How to reproduce:
pendulum.today().add(years=-50)
Risen exception:
The text was updated successfully, but these errors were encountered: