I need help with my Clock script

I am having issues with my clock script: The problem is:

When the seconds get 60, the scripts goes crazy!

From Docs: Time.time returns the time in seconds since the start of the game. So it can return… 54855!, and your code has no lines to convert seconds to minutes. Or hours… Or anything else.