I need to get the previous days date and I have a parameter : paramDays = -1
And this expressions : @adddays(startOfDay(utcnow()),pipeline().parameters.paramDays)
But looks like it is giving me a time of 1am.
What is the best way to always make sure time returned is 00:00


