Which PHP function can return the current date/time?
If you are Bangladeshi, and if you want to get the time of Dhaka then use this:
$date = new DateTime(); $date->setTimeZone(new DateTimeZone("Asia/Dhaka")); $get_datetime = $date->format('d.m.Y H:i:s');