k <- file.Folder$LPRS.time[1] + lag*60
> k
[1] "2017-03-31 00:15:00 IST"
> file.Folder$start.time[1] <- file.Folder$LPRS.time[1] + lag*60
> file.Folder$start.time[1]
[1] 1490899500
file.Folder$start.time is a new column created just at the last step. Why is it showing properly as date in scenario 1 and as number in scenario 2??