I'm trying to add two times in this format:
HH:MM:SS
eg: 12:31:32
and 01:32:39
I want to write a script that adds times and the result of which must be in the same format.
How would you tell the script to add up the first two digits before : (hours) and then the two between the two semicolons (minutes) and then seconds?
I don't want anyone to make the script I just want to know how it could be made.