Im wanting to change my php time on my site. Where do you go to do this, im guessing its somewhere in phpMyAdmin, but I don't know where you would go from their.
The reason I want to change this is because im having my site log the visitors ip, date and time. But the problem is the time displays an hour before my time.
Example:
it would log like 12:17 PM, but really my time is an hour after at 1:17 PM
My Code:
$dateTime = date('m/d/Y G:i:s A');
My friend said tho that its most likely the php settings.
Please help me and thanks!:biggrin:
The reason I want to change this is because im having my site log the visitors ip, date and time. But the problem is the time displays an hour before my time.
Example:
it would log like 12:17 PM, but really my time is an hour after at 1:17 PM
My Code:
$dateTime = date('m/d/Y G:i:s A');
My friend said tho that its most likely the php settings.
Please help me and thanks!:biggrin: