I'm recieving a timestamp with 3 hours more than I need
$time = '2019-04-10 15:42:05'
I need to decrease 3 hours to that variable $time, so I get:
2019-04-10 12:42:05
I'm recieving a timestamp with 3 hours more than I need
$time = '2019-04-10 15:42:05'
I need to decrease 3 hours to that variable $time, so I get:
2019-04-10 12:42:05