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
Part of #966 Depends on #1229
from openfisca_core import periods periods.instant("2024-W01")
To work.
InstantError: '2024-W01' is not a valid instant. Instants are described using the 'YYYY-MM-DD' format, for instance '2015-06-15'.
#966
The text was updated successfully, but these errors were encountered:
022e2c4
Successfully merging a pull request may close this issue.
Part of #966
Depends on #1229
Here is what I did:
Here is what I expected to happen:
To work.
Here is what actually happened:
Here is data (or links to it) that can help you reproduce this issue:
#966
The text was updated successfully, but these errors were encountered: