Bugfixes Release.
Fixes
- Fixes
TimezoneInfo.utcoffset()
method. - Fixes arithmetic operations on intervals not returning intervals.
- Allows
Pendulum
instances comparison toNone
. (Thanks to jkeyes)
Features
- Adds a small speedup when changing timezones.
- Makes
.offset_hours
return a float.