Mautic reports and empty datetime fields

Your software
My Mautic version is:4.4
My PHP version is:8.0
My Database type and version is:mariaDb

Your problem
My problem is: I have noticed that the code for reports is defaulting empty dates that is a datetime with date::now(). Is this to be expected? If so why? surly if a field is empty in the database that should be respected in the report? I have implemented a solution to resolve this but I wanted to check if there was a reason for this :slight_smile:

Steps I have tried to fix the problem: I added a new function in the DateHelper that handles dates for reports specifically. Essentially check if the value is empty and if so do not go through the toFullConcat function. Changed the function in the view to the new function. This works as expected.