Files
picard/test/test_utils.py
Philipp Wolfer ddda49c6ff PICARD-2712: Fix sanitize date removing 0 values
Sanitize date cleared zero values in between, such turning "YYYY-00-DD"
into "YYYY-DD", which would be a completely different date.

Fix this by keeping empty values if they are not the last element.
2023-08-17 10:14:45 +02:00

37 KiB