When I calculate "maxsum" as the maximum daily rain sum per week/month/year/alltime, I am a bit confused by the output when it comes to formatting the date/time for the value.
For me, having a time for a maximum daily sum doesn't make sense in this context.
So, How can I solve this? I couldn't find out so far, if I can specifiy a special time format for aggregations like "maxsum"
In the template I use $week.rain.maxsumtime, $month.rain.maxsumtime, $year.rain.maxsumtime, $alltime.rain.maxsumtime. The used format makes sense for max, min, maxmin, minmax, but not for a sum.
How can I make the web page show "Wednesday" for "This week", "03/08/2023" for "This month, etc, without the hh:mm:ss added?