I am storing start time in string variable and after that i am calculating some time difference which is stored in generic value variable.
I want to calculate final start time which is Start time - time difference
Doing same thing for End time also where i am adding End time + time difference.