pylover / khayyam

A Persian Date & Time (aka: Jalali Calendar) library with timezone, DST (daylight-saving), full formatting & parsing support for python 2.x & 3.x.
http://khayyam.dobisel.com
GNU General Public License v3.0
140 stars 22 forks source link

Bug in tzinfo #32

Open kamyar1979 opened 4 years ago

kamyar1979 commented 4 years ago

File "/usr/local/lib/python3.7/site-packages/khayyam/jalali_datetime.py", line 399, in utcoffset return self.tzinfo.utcoffset(self) TypeError: utcoffset(dt) argument must be a datetime instance or None, not JalaliDatetime

pylover commented 4 years ago

Cannot reproduce here.