0

Golang Time parsing question.

I have a time string in format "hour:minute: seconds: milliseconds" , ie "11:08:27:18". I need to parse this and get back a string after adding 30 seconds. So the output should be "11:08:57:18". Pls help

3rd Oct 2022, 7:24 AM
Good coder
0 Answer