How can I sum a time in HH:MM:SS with another one time in second in shell or python? For example, suppose that the time is 07:12:54 and I need to add 2000.234 seconds, how can I calculate the output time in HH:MM:SS after the sum? And how will be if I wanna decrease the seconds of the HH:MM:SS time?
thanks,