Open ericcornelissen opened 2 weeks ago
Relates to 1bdd3fddae2395c3b0ef9c580dae35e618af571f
Make sure that "#expire" dates in the configuration are valid. Currently you can write something nonsensical like 2025-13-32 and it won't complain.
"#expire"
2025-13-32
One place to make sure of this is in the constructor of the DepremanDate class.
DepremanDate
Relates to 1bdd3fddae2395c3b0ef9c580dae35e618af571f
Make sure that
"#expire"
dates in the configuration are valid. Currently you can write something nonsensical like2025-13-32
and it won't complain.One place to make sure of this is in the constructor of the
DepremanDate
class.