I have a mysql database table that gets the "datetime" column automatically filled when a user fills in the php form page.
$timestamp = datetime("Y-m-d H:i:s");
Trouble is, the database server is in the USA which is 9 hours 30 minutes behind my time.
Does anyone know a way to change this so that the 9 hours 30 minutes hours get added to the datetime?