RTC, set an alarm for 1 hour in the future.
I want to set a RTC alarm to trigger 1 hour from now but there doesn't seem to be a built-in function (using HAL) to add time. Of course 1 hour in the future is easy unless it happens to be almost midnight or worse almost midnight at the end of the month.
Hopefully I have overlooked a simple way to do this
(this is on a STM32L0)