I have a list of time stamp. like 1.00001, 1.10004, 1.100345 .............. 10.99999
I want to add 0.08 second in every 0.02 second interval.
How to write code for this?
Pls. help.