How can I convert Delta time to clock time?

I have this blueprint for animating a day/night cycle. The output is in Delta seconds which means it starts at 0.0 and ends at 2400. I would like to make it be like a clock, ie: 00:00, 13:45, 20:30. How should I go about it?

Multiply TimeOfDay with 36 and return a Timespan to build a string with “FromSeconds”.

One of these videos should be exactly what you are looking for.

If you need a date (MM/DD/YYYY) and/or a time (00:00, military and standard supported)

If you only need a time (00:00:00, hundredths of a second included)