hi, when i insert date time into my database it insert server time not local time how can i change this? even i tried ;
$currntdate = date("F j, Y, g:i a");
which didn't work either.. thanx in advance.
is this part of a website or running in cli ?
website