Hello ! I recently did this in a project of mine!
here I make a 60 second timer. update the seconds constantly. once the timer finishes it increments the ‘minutes’ variable. if the minutes variable ever reaches 60 then the ‘Hours’ variable is incremented! Simple as that!
Here is where I display my timer in a widget. I didn’t end up using my Hours variable. but you get the picture. you could easily do it with hours to (or DAYS/YEARS/MILLENNIUM).
You don’t see it in this blueprint, but I squished my minutes and seconds into a string to be printed.
and here is what it looked like displayed!
hope this helped!