We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use (https://pypi.python.org/pypi/iso8601)[iso8601] for isoDate.
Note though that this converts:
YYYY
YYYY-01-01
YYYY-MM
YYYY-MM-01
So some added testing is still needed.
The text was updated successfully, but these errors were encountered:
Consider changing this in common.py in general
common.py
Sorry, something went wrong.
Also note that datetime is limited to post 1900 dates 😟
No branches or pull requests
Use (https://pypi.python.org/pypi/iso8601)[iso8601] for isoDate.
Note though that this converts:
YYYY
toYYYY-01-01
YYYY-MM
toYYYY-MM-01
So some added testing is still needed.
The text was updated successfully, but these errors were encountered: