In my model-driven app dataverse, I have a Date Only field (Birth Date) that was using the behavior of "User Local". That field was also accessed in the calculated field formula for another field:
DiffInDays(spear_birthdate, Now())
Now I have to change the Birth Date behavior type to "Date Only" to avoid timezone issues. But that breaks the DiffInDays calculated logic. How can I change that formula to work again? Is there a way to "cast" Birth Date as a date/time value for the formula?