i have an input format like this, and i need to convert it to GMT format:
$input = array(
"gmt" => "+7",
"datetime" => "2017-10-10 12:10:12"
);
the input data contain gmt array index which show the which gmt format, and the datetime index shows the date in "Y-m-d h:i:s" that needs to be convert from GMT+7 to GMT.