slashmili / python-jalali

Jalali calendar binding for Python based on Python's datetime module
http://pypi.python.org/pypi/jdatetime/
Other
339 stars 47 forks source link

feat(datetime): implement fromisoformat method #136

Closed 5j9 closed 1 year ago

5j9 commented 1 year ago

Improve date.isoformat so it will accept a new Python 3.11 format (with no - separator).

Note: I have not implemented ISO week date formats because it looked too complicated and I have not seen it being used for Solar Hijri dates.

closes #134

slashmili commented 1 year ago

Thanks! we have had running our code on https://ci.appveyor.com/project/slashmili/python-jalali but it's broken for quite some time!

slashmili commented 1 year ago

The change you made is running on windows https://ci.appveyor.com/project/slashmili/python-jalali/builds/46626915

slashmili commented 1 year ago

Published as 4.1.1