In shell script, if we need to add time then use below command and date format(PUT TIME before DATE string)
date -d"11:15:10 2017-02-05 +2 hours" +"%Y-%m-%d %H:%M:%S"
this will output
2017-02-05 13:15:10
THis does not result in correct date without UTC it does not work