Closed skenaja closed 5 years ago
Some officer dates of birth are incorrectly parsed with yyyy-dd-mm order instead of yyyy-mm-dd
e.g https://github.com/dchaplinsky/german_registry_parser/blob/4c7a2801212e0ef19c41f57d9a82dcd2fac828ad/parsing_results/sample2/1062689.json
input *06.05.1962 actual dob: "dob": "1962-06-05", expected dob: "dob": "1962-05-06",
*06.05.1962
"dob": "1962-06-05",
"dob": "1962-05-06",
👍
Some officer dates of birth are incorrectly parsed with yyyy-dd-mm order instead of yyyy-mm-dd
e.g https://github.com/dchaplinsky/german_registry_parser/blob/4c7a2801212e0ef19c41f57d9a82dcd2fac828ad/parsing_results/sample2/1062689.json
input
*06.05.1962
actual dob:"dob": "1962-06-05",
expected dob:"dob": "1962-05-06",