Which PHP function can return the current date/time?
Very simple
date_default_timezone_set('Asia/Kolkata'); $date = date('m/d/Y H:i:s', time());