I am trying to allow an offset for my server time which is EDT and runs 5 hours behind mine (GMT/UTC)
I find I can alter the time by adding
Code: Select all
date_default_timezone_set('Europe/London');
or adding :
php_Value date.timezone US/New York or SetEnv TZ Europe/London to my .htaccess file
HOWEVER the time I am getting is 12 hours behind I cannot understand this ???
so for example my time is say 15.00h my server time shows 10.00 and when I try and change it the result is 03.00h