We need to make sure a valid Date is return when no error detected.
If any error is detected it will lead to an exception. So we can afford to return a temporary default DateTime object.
TODO
[x] Lead date resolver to always return a DateTime instance
Pain Point
We need to make sure a valid Date is return when no error detected. If any error is detected it will lead to an exception. So we can afford to return a temporary default DateTime object.
TODO