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
0 Answer
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