Which PHP function can return the current date/time?
Set your time zone:
date_default_timezone_set('Asia/Calcutta');
Then call the date functions
$date = date('Y-m-d H:i:s');