Skip to content
New issue

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

User provision does not fill birthdate in %d/%m/%Y format #413

Open
DrumSlayers opened this issue Dec 15, 2024 · 0 comments
Open

User provision does not fill birthdate in %d/%m/%Y format #413

DrumSlayers opened this issue Dec 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DrumSlayers
Copy link
Member

When provisioning a user with /provision, the filled birthdate format does not match %d/%m/%Y format.

Example : birthdate like "01/11/1985" became "1985-01-11T00:00:00+01:00" .

Related code seems to be

datetime.strptime(birthdate, "%d/%m/%Y"),

@DrumSlayers DrumSlayers added the bug Something isn't working label Dec 15, 2024
@DrumSlayers DrumSlayers self-assigned this Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant