Skip to content

feat(datetime): implement fromisoformat method - #136

Merged
slashmili merged 4 commits into
slashmili:mainfrom
5j9:datetime.fromisoformat
Mar 28, 2023
Merged

slashmili merged 4 commits into
slashmili:mainfrom
5j9:datetime.fromisoformat

Conversation

@5j9

@5j9 5j9 commented Mar 23, 2023

Copy link
Copy Markdown
Contributor

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

5j9 added 4 commits March 23, 2023 17:49
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

Copy link
Copy Markdown
Owner

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 slashmili left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing thanks 🎉

@slashmili
slashmili merged commit 3c7f886 into slashmili:main Mar 28, 2023
@slashmili

Copy link
Copy Markdown
Owner

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

@slashmili

Copy link
Copy Markdown
Owner

Published as 4.1.1

@5j9
5j9 deleted the datetime.fromisoformat branch March 28, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

implement fromisoformat method for datetime class

2 participants