-
-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Description
Sample code to reproduce error:
$> python
import pendulum
tz = pendulum.timezone('Europe/Paris')
tz.utcoffset(pendulum.utcnow())
Exception:
Traceback (most recent call last):
File "", line 1, in
File "/Users/thomaswilgenbus/.pyenv/versions/tex-connector-acs/lib/python2.7/site-packages/pendulum/tz/timezone.py", line 283, in utcoffset
return dt.adjusted_offset
AttributeError: 'Pendulum' object has no attribute 'adjusted_offset'
Metadata
Metadata
Assignees
Labels
No labels