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
When provisioning a user with /provision, the filled birthdate format does not match %d/%m/%Y format.
LouisDeLaTech/src/les_louisdelatech/extensions/user.py
Line 37 in f7a6d0b
Example : birthdate like "01/11/1985" became "1985-01-11T00:00:00+01:00" .
Related code seems to be
Line 84 in f7a6d0b
The text was updated successfully, but these errors were encountered:
DrumSlayers
No branches or pull requests
When provisioning a user with /provision, the filled birthdate format does not match %d/%m/%Y format.
LouisDeLaTech/src/les_louisdelatech/extensions/user.py
Line 37 in f7a6d0b
Example : birthdate like "01/11/1985" became "1985-01-11T00:00:00+01:00" .
Related code seems to be
LouisDeLaTech/src/les_louisdelatech/extensions/user.py
Line 84 in f7a6d0b
The text was updated successfully, but these errors were encountered: