Hi, Can anyone tell what is wrong with the code.
$timezone = "Asia/Karachi";
$date = new DateTime($when_to_send, new DateTimeZone($timezone));
$date = $date->setTimezone(new DateTimeZone('GMT'));
$when_to_send = $date->format('Y-m-d H:i:s');
error is: Call to a member function format() on a non-object