date_default_timezone_set php bangladesh

$dt = new DateTime('now', new DateTimezone('Asia/Dhaka'));
echo $dt->format('F j, Y, g:i a');
ximoxfedox